aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cdogs-sdl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cdogs-sdl/APKBUILD')
-rw-r--r--testing/cdogs-sdl/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/cdogs-sdl/APKBUILD b/testing/cdogs-sdl/APKBUILD
index 8075babaa0f..3b21ffe55ce 100644
--- a/testing/cdogs-sdl/APKBUILD
+++ b/testing/cdogs-sdl/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Díaz Urbaneja Diego <sodomon2@gmail.com>
pkgname=cdogs-sdl
pkgver=0.7.3
-pkgrel=0
+pkgrel=1
pkgdesc="Classic overhead run-and-gun game"
url="https://cxong.github.io/cdogs-sdl/"
arch="all"
@@ -15,7 +15,7 @@ build() {
cmake CMakeLists.txt \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCDOGS_DATA_DIR=/usr/share/cdogs-sdl/ \
- -DCMAKE_BUILD_TYPE=Release
+ -DCMAKE_BUILD_TYPE=None
make
}