summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"