aboutsummaryrefslogtreecommitdiffstats
path: root/community/polkit-kde-agent-1/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/polkit-kde-agent-1/APKBUILD')
-rw-r--r--community/polkit-kde-agent-1/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/polkit-kde-agent-1/APKBUILD b/community/polkit-kde-agent-1/APKBUILD
index a3aa9dd106..177166cbdc 100644
--- a/community/polkit-kde-agent-1/APKBUILD
+++ b/community/polkit-kde-agent-1/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=polkit-kde-agent-1
pkgver=5.18.1
-pkgrel=0
+pkgrel=1
pkgdesc="Daemon providing a polkit authentication UI for KDE"
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -14,7 +14,7 @@ subpackages="$pkgname-lang"
build() {
cmake -B "$builddir"/build \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make -C build