summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylan Morrison2024-05-27 03:10:30 -0400
committerDylan Morrison2024-05-27 03:10:30 -0400
commit4e8201227fb9df3956e865758e7baeeaa3a63129 (patch)
tree102197e5eb464acf2350d9b3c135697f93c7e1fe /PKGBUILD
parentc45b01f3e681c459126fd67f7142b48bfb2168cb (diff)
downloadaur-megazeux.tar.gz
Updated PKGBUILD to enable release instead of debug builds.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c5b43715378..60abbe8bd7ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=megazeux
pkgver=2.93
-pkgrel=1
+pkgrel=2
pkgdesc="Game creation system"
arch=('i686' 'x86_64')
url="https://www.digitalmzx.com/"
@@ -42,7 +42,8 @@ build() {
--platform unix \
--prefix /usr \
--bindir /usr/lib/megazeux \
- --gamesdir /usr/bin
+ --gamesdir /usr/bin \
+ --enable-release
echo 'RAWLIBDIR=lib' >> platform.inc
echo 'LIBDIR=/usr/lib' >> platform.inc