aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bovo
diff options
context:
space:
mode:
Diffstat (limited to 'testing/bovo')
-rw-r--r--testing/bovo/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/bovo/APKBUILD b/testing/bovo/APKBUILD
index 45161096c5d..597d095b6aa 100644
--- a/testing/bovo/APKBUILD
+++ b/testing/bovo/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=bovo
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
arch="all !armhf"
url="https://kde.org/applications/games/org.kde.bovo"
pkgdesc="A Gomoku like game for two players"
@@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-lang"
build() {
cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make