summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
Diffstat (limited to 'libre')
-rw-r--r--libre/abuse/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/libre/abuse/PKGBUILD b/libre/abuse/PKGBUILD
index b491d5f20..adb1cc657 100644
--- a/libre/abuse/PKGBUILD
+++ b/libre/abuse/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 209637 2017-02-01 12:34:57Z arodseth $
+# $Id: PKGBUILD 212324 2017-02-14 09:21:33Z arodseth $
# Maintainer (Arch): Alexander F Rødseth <xyproto@archlinux.org>
# Contributor (Arch): Lukas Fleischer <lfleischer@archlinux.org>
# Contributor (Arch): jlvsimoes <jlvsimoes@oninet.pt>
@@ -9,7 +9,7 @@
pkgname=abuse
_pkgname=$pkgname-libre
pkgver=0.8
-pkgrel=7.parabola1
+pkgrel=8.parabola1
pkgdesc='Side-scroller action game that pits you against ruthless alien killers, without nonfree claudio support'
arch=('x86_64' 'i686' 'armv7h')
url='http://abuse.zoy.org/'
@@ -49,7 +49,11 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr --with-assetdir="/usr/share/$pkgname/orig" --with-x
+ ./configure \
+ --prefix=/usr \
+ --with-assetdir="/usr/share/$pkgname/orig" \
+ --with-x \
+ --enable-debug # Fix for FS#52915
make
}