aboutsummaryrefslogtreecommitdiffstats
path: root/community/openrct2/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/openrct2/APKBUILD')
-rw-r--r--community/openrct2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/openrct2/APKBUILD b/community/openrct2/APKBUILD
index 25bbf955dd..93dd95a1f8 100644
--- a/community/openrct2/APKBUILD
+++ b/community/openrct2/APKBUILD
@@ -4,7 +4,7 @@ pkgname=openrct2
pkgver=0.2.4
_pkgver_objects=1.0.12
_pkgver_title_sequences=0.1.2
-pkgrel=0
+pkgrel=1
pkgdesc="Open-source re-implementation of Roller Coaster Tycoon 2"
arch="all !s390x" # Build fails on s390x
url="https://openrct2.io"
@@ -31,7 +31,7 @@ build() {
cd "$builddir"/build
cmake -G Ninja "$builddir" \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DWITH_TESTS=ON \