[arch-commits] Commit in abuse/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue Feb 14 09:21:34 UTC 2017


    Date: Tuesday, February 14, 2017 @ 09:21:33
  Author: arodseth
Revision: 212324

upgpkg: abuse 0.8-8

Modified:
  abuse/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-14 09:11:46 UTC (rev 212323)
+++ PKGBUILD	2017-02-14 09:21:33 UTC (rev 212324)
@@ -6,7 +6,7 @@
 
 pkgname=abuse
 pkgver=0.8
-pkgrel=7
+pkgrel=8
 pkgdesc='Side-scroller action game that pits you against ruthless alien killers'
 arch=('x86_64' 'i686')
 url='http://abuse.zoy.org/'
@@ -31,7 +31,11 @@
 build() {
   cd "abuse-$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
 }
 



More information about the arch-commits mailing list