aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kblackbox
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kblackbox')
-rw-r--r--testing/kblackbox/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kblackbox/APKBUILD b/testing/kblackbox/APKBUILD
index e88068161f7..5e9b9863d1f 100644
--- a/testing/kblackbox/APKBUILD
+++ b/testing/kblackbox/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kblackbox
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
arch="all !armhf"
url="https://kde.org/applications/games/org.kde.kblackbox"
pkgdesc="A game of hide and seek played on a grid of boxes"
@@ -14,7 +14,7 @@ options="!check" # No tests
build() {
cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make