diff options
Diffstat (limited to 'community/plasma-workspace/APKBUILD')
-rw-r--r-- | community/plasma-workspace/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/plasma-workspace/APKBUILD b/community/plasma-workspace/APKBUILD index 6b582a6bea..f72c38bb55 100644 --- a/community/plasma-workspace/APKBUILD +++ b/community/plasma-workspace/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-workspace pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="KDE Plasma Workspace" arch="all !armhf" # armhf blocked by kirigami2 -> qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -16,7 +16,7 @@ subpackages="$pkgname-dev $pkgname-libs $pkgname-doc $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 |