summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2017-05-12 11:34:47 +0200
committerMichael Straube2017-05-12 11:34:47 +0200
commitb8ee392eea6492a3861fbc968647bfc17dbfc9b4 (patch)
treea7672b47e2c2830153ed0d49661c2f87b562b15e
parent7bfb33ca1c1267f9ea8be6ba5bf19835c08aac10 (diff)
downloadaur-b8ee392eea6492a3861fbc968647bfc17dbfc9b4.tar.gz
CFLAGS
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ff0cc2f447e..dfbf8ad8ee79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = goonies
- pkgdesc = Unofficial remake of Konami's The Goonies for the MSX
+ pkgdesc = Remake of Konami's The Goonies for the MSX
pkgver = 1.4.1528
- pkgrel = 2
+ pkgrel = 3
url = http://www.braingames.getput.com/goonies
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d445e0cb7bd8..2c879c03094b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=goonies
pkgver=1.4.1528
-pkgrel=2
-pkgdesc="Unofficial remake of Konami's The Goonies for the MSX"
+pkgrel=3
+pkgdesc="Remake of Konami's The Goonies for the MSX"
arch=('i686' 'x86_64')
license=('unknown')
url="http://www.braingames.getput.com/goonies"
@@ -18,6 +18,9 @@ prepare() {
# fix compile errors and bin path
patch -p0 < ../goonies.patch
+
+ # use Arch's CFLAGS
+ sed -i "s/-g3 -O3/$CFLAGS/" build/linux/Makefile
}
build() {