aboutsummaryrefslogtreecommitdiffstats
path: root/testing/grantlee-editor
diff options
context:
space:
mode:
Diffstat (limited to 'testing/grantlee-editor')
-rw-r--r--testing/grantlee-editor/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/grantlee-editor/APKBUILD b/testing/grantlee-editor/APKBUILD
index 74fe7f8372..6c65bee614 100644
--- a/testing/grantlee-editor/APKBUILD
+++ b/testing/grantlee-editor/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=grantlee-editor
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
arch="all !ppc64le !s390x !armhf" # Limited by qt5-qtwebengine
url="https://kontact.kde.org/"
pkgdesc="Utilities and tools to manage themes in KDE PIM applications "
@@ -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