aboutsummaryrefslogtreecommitdiffstats
path: root/community/plasma-desktop/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/plasma-desktop/APKBUILD')
-rw-r--r--community/plasma-desktop/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/plasma-desktop/APKBUILD b/community/plasma-desktop/APKBUILD
index cb6eccb48c1..c83adb7e2b5 100644
--- a/community/plasma-desktop/APKBUILD
+++ b/community/plasma-desktop/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-desktop
pkgver=5.18.1
-pkgrel=0
+pkgrel=1
pkgdesc="KDE Plasma Desktop"
# s390x blocked by ibus
# armhf blocked by qt5-qtdeclarative
@@ -56,7 +56,7 @@ options="!check" # Requires running dbus
build() {
cmake -B "$builddir"/build \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make -C build