summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-16 01:39:29 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-16 01:39:29 -0300
commit1547d23a0eed403e1caa7d8d6290afe2f36ad5d8 (patch)
tree56f4858d34fd2fc718e1057b686ffd66950f186f
parentefe5775fac5f64ff66adf39838f84f4a4a26be0c (diff)
abuse-libre: fix PKGBUILD
-rw-r--r--libre/abuse-libre/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/abuse-libre/PKGBUILD b/libre/abuse-libre/PKGBUILD
index 1b7ed9072..9dc5a955e 100644
--- a/libre/abuse-libre/PKGBUILD
+++ b/libre/abuse-libre/PKGBUILD
@@ -7,12 +7,12 @@
_pkgname=abuse
pkgname=abuse-libre
pkgver=0.8
-pkgrel=3
-pkgdesc='A side-scroller action game that pits you against ruthless alien killers. Without unfree "Claudio"'
+pkgrel=2
+pkgdesc='A side-scroller action game that pits you against ruthless alien killers, without nonfree claudio support'
arch=('i686' 'x86_64')
url='http://abuse.zoy.org/'
license=('GPL' 'custom')
-depends=('gcc-libs' 'libgl' 'sdl' 'sdl_mixer')
+depends=('gcc-libs' 'glu' 'sdl' 'sdl_mixer')
provides=('$_pkgname=$pkgver')
replaces=('$_pkgname')
conflicts=('$_pkgname')
@@ -25,7 +25,7 @@ md5sums=('ec678b8dc8d00e0382d8c805c6438489'
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
-# Remove the unfree 'claudio' addon
+# Remove the nonfree claudio addon
rm -rvf ./data/addon/claudio
patch -Np1 -i "$srcdir/non-claudio.patch"