summaryrefslogtreecommitdiff
path: root/community/xpacman
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
commit47d70348352503e92ba694a6a683f629eaa18215 (patch)
tree7fb6f5ec75596b795dee52cfa35e3ef00a047cfb /community/xpacman
parentc0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (diff)
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/hostapd/PKGBUILD community/discid/PKGBUILD community/dumb/PKGBUILD community/dynamite/PKGBUILD community/echat/PKGBUILD community/fbdump/PKGBUILD community/fldiff/PKGBUILD community/flightgear/PKGBUILD community/fonteditfs/PKGBUILD community/freehdl/PKGBUILD community/unclutter/PKGBUILD community/unpaper/PKGBUILD community/wmii/PKGBUILD community/xkeycaps/PKGBUILD community/xl2tpd/PKGBUILD community/xmmsctrl/PKGBUILD extra/gnutls/PKGBUILD extra/inkscape/PKGBUILD extra/ntp/PKGBUILD extra/transmission/PKGBUILD multilib/lib32-libpng/PKGBUILD testing/libreoffice/PKGBUILD
Diffstat (limited to 'community/xpacman')
-rw-r--r--community/xpacman/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/xpacman/PKGBUILD b/community/xpacman/PKGBUILD
index 908a4c7b6..b537a2b74 100644
--- a/community/xpacman/PKGBUILD
+++ b/community/xpacman/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 17716 2010-05-24 20:47:33Z spupykin $
+# $Id: PKGBUILD 65267 2012-02-20 12:42:37Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=xpacman
pkgver=0.11
-pkgrel=5
+pkgrel=6
pkgdesc="X pacman game (use z x / ' q keys)"
arch=(i686 x86_64 'mips64el')
url="http://www.ibiblio.org/pub/X11/contrib/games/"
license=('custom')
depends=(libx11)
-source=(http://www.ibiblio.org/pub/X11/contrib/games/xpacman.tar.gz \
+source=(http://www.ibiblio.org/pub/X11/contrib/games/xpacman.tar.gz
http://www.ibiblio.org/pub/X11/contrib/games/xpacman.README)
md5sums=('b0ad824c4c0ea5c4d1f8f3e7b31f32f9'
'620c226d6d91461ac0d91e88655c9cbf')
@@ -32,7 +32,7 @@ diff -wbBur xpacman-0.11.orig/xpacman.c xpacman-0.11.orig.my/xpacman.c
void setup_pacmanu(void),setup_pacman(XImage *),plot_pacman(Window,GC);
EOF
- gcc -o xpacman xpacman.c -lX11 && \
- install -D -m 0755 xpacman $pkgdir/usr/bin/xpacman && \
+ gcc -o xpacman xpacman.c -lX11
+ install -D -m 0755 xpacman $pkgdir/usr/bin/xpacman
install -D -m 0755 $srcdir/xpacman.README $pkgdir/usr/share/licenses/xpacman/README
}