diff options
Diffstat (limited to 'community/kscreenlocker')
-rw-r--r-- | community/kscreenlocker/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kscreenlocker/APKBUILD b/community/kscreenlocker/APKBUILD index 9ba58b7468..adb90103f2 100644 --- a/community/kscreenlocker/APKBUILD +++ b/community/kscreenlocker/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kscreenlocker pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Library and components for secure lock screen architecture" arch="all !armhf" url="https://www.kde.org/workspaces/plasmadesktop/" @@ -19,7 +19,7 @@ options="!check" # Requires running loginctl build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build |