aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kwordquiz/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kwordquiz/APKBUILD')
-rw-r--r--testing/kwordquiz/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kwordquiz/APKBUILD b/testing/kwordquiz/APKBUILD
index a5ca5e1a642..5272cbac178 100644
--- a/testing/kwordquiz/APKBUILD
+++ b/testing/kwordquiz/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kwordquiz
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
arch="all !armhf"
url="https://edu.kde.org/kwordquiz"
pkgdesc="Flash Card Trainer"
@@ -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