aboutsummaryrefslogtreecommitdiffstats
path: root/testing/plasma-nano/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/plasma-nano/APKBUILD')
-rw-r--r--testing/plasma-nano/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/plasma-nano/APKBUILD b/testing/plasma-nano/APKBUILD
index 5f453a393c4..3c5906b81fa 100644
--- a/testing/plasma-nano/APKBUILD
+++ b/testing/plasma-nano/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-nano
pkgver=5.18.1
-pkgrel=0
+pkgrel=1
pkgdesc="A minimal Plasma shell package intended for embedded devices"
arch="all !armhf"
url="https://invent.kde.org/kde/plasma-nano"
@@ -13,7 +13,7 @@ options="!check" # No tests
build() {
cmake -B "$builddir"/build \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make -C build