aboutsummaryrefslogtreecommitdiffstats
path: root/community/kwallet-pam
diff options
context:
space:
mode:
Diffstat (limited to 'community/kwallet-pam')
-rw-r--r--community/kwallet-pam/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kwallet-pam/APKBUILD b/community/kwallet-pam/APKBUILD
index 97d2105d3f..26ac250c95 100644
--- a/community/kwallet-pam/APKBUILD
+++ b/community/kwallet-pam/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kwallet-pam
pkgver=5.18.1
-pkgrel=0
+pkgrel=1
pkgdesc="KWallet PAM integration"
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -13,7 +13,7 @@ options="!check" # No tests available
build() {
cmake -B "$builddir"/build \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make -C build