aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kleopatra
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kleopatra')
-rw-r--r--testing/kleopatra/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kleopatra/APKBUILD b/testing/kleopatra/APKBUILD
index 6aa610debe9..7c81a0c6086 100644
--- a/testing/kleopatra/APKBUILD
+++ b/testing/kleopatra/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kleopatra
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
arch="all !armhf"
url="https://www.kde.org/applications/utilities/kleopatra/"
pkgdesc="Certificate Manager and Unified Crypto GUI"
@@ -15,7 +15,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