aboutsummaryrefslogtreecommitdiffstats
path: root/testing/akonadiconsole/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/akonadiconsole/APKBUILD')
-rw-r--r--testing/akonadiconsole/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/akonadiconsole/APKBUILD b/testing/akonadiconsole/APKBUILD
index e36667e05a..a57c09d30f 100644
--- a/testing/akonadiconsole/APKBUILD
+++ b/testing/akonadiconsole/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=akonadiconsole
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
arch="all !s390x !ppc64le !armhf" # calendarsupport messagelib missing
url="https://kontact.kde.org/"
pkgdesc="Application for debugging Akonadi Resources"
@@ -20,7 +20,7 @@ prepare() {
build() {
cd "$builddir"/build
cmake "$builddir" \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make