diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-23 18:28:19 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-23 18:28:19 -0300 |
commit | d07d53d7af1e9694d9558783841bc2df3124a90f (patch) | |
tree | 40d68de204b29d3360efd654d3c458c9cdad3cd6 /community/barrage/PKGBUILD | |
parent | a873bdc69d24650d832933463af71dfaa96f1a8a (diff) | |
parent | 64e290184042563a240e2d6d15c02e06703d00ee (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/obconf/PKGBUILD
community/obconf/obconf.install
community/qstardict/PKGBUILD
core/binutils/PKGBUILD
core/gcc/PKGBUILD.mips64el
extra/cups/PKGBUILD
extra/eject/PKGBUILD
extra/emacs/PKGBUILD
extra/evilwm/PKGBUILD
extra/fbset/PKGBUILD
extra/gmpc/PKGBUILD
extra/gnome-alsamixer/PKGBUILD
extra/gtkpod/PKGBUILD
extra/kdepim/PKGBUILD
extra/kile/PKGBUILD
extra/libvpx/PKGBUILD
extra/php-apc/PKGBUILD
extra/php-suhosin/PKGBUILD
extra/php/PKGBUILD
extra/pidgin/PKGBUILD
extra/potrace/PKGBUILD
extra/racket/PKGBUILD
extra/soundtouch/PKGBUILD
extra/wireshark/PKGBUILD
extra/xpdf/PKGBUILD
multilib/binutils-multilib/PKGBUILD
multilib/lib32-acl/PKGBUILD
multilib/lib32-attr/PKGBUILD
multilib/lib32-glibc/PKGBUILD
multilib/lib32-udev/PKGBUILD
~xihh/abiword/PKGBUILD
Diffstat (limited to 'community/barrage/PKGBUILD')
-rw-r--r-- | community/barrage/PKGBUILD | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/community/barrage/PKGBUILD b/community/barrage/PKGBUILD index ad971787b..f0b9f4fc1 100644 --- a/community/barrage/PKGBUILD +++ b/community/barrage/PKGBUILD @@ -1,17 +1,20 @@ -# $Id: PKGBUILD 21744 2010-07-17 07:41:46Z lcarlier $ -# Maintainer: Allan McRae <mcrae_allan@hotmail.com> +# $Id: PKGBUILD 54560 2011-08-20 17:29:58Z jlichtblau $ +# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> +# Contributor: Allan McRae <mcrae_allan@hotmail.com> # Contributor: Angelo Theodorou <encelo@users.sourceforge.net> pkgname=barrage -pkgver=1.0.2 -pkgrel=4 +pkgver=1.0.4 +pkgrel=1 pkgdesc="A violent point-and-click shooting game with nice effects" arch=('i686' 'x86_64' 'mips64el') url="http://lgames.sourceforge.net/index.php?project=Barrage" -license=("GPL") -depends=('sdl_mixer') -source=(http://downloads.sourceforge.net/lgames/${pkgname}-${pkgver}.tar.gz) -md5sums=('5dbecef907eb27215e8cc047eae2ee90') +license=('GPL') +depends=('hicolor-icon-theme' 'sdl_mixer') +install=$pkgname.install +changelog=$pkgname.changelog +source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz) +sha256sums=('ad74e049dfded3bca28b8dc1c5870408cfad9e024b35cc5b501ba90486d9af25') build() { cd ${srcdir}/$pkgname-$pkgver @@ -23,5 +26,5 @@ build() { package() { cd ${srcdir}/$pkgname-$pkgver - make DESTDIR="$pkgdir" install + make DESTDIR=${pkgdir} install } |