diff options
Diffstat (limited to 'community/plasma-nm/APKBUILD')
-rw-r--r-- | community/plasma-nm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/plasma-nm/APKBUILD b/community/plasma-nm/APKBUILD index ab413eed4d..e5ea84150c 100644 --- a/community/plasma-nm/APKBUILD +++ b/community/plasma-nm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-nm pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Plasma applet written in QML for managing network connections" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -14,7 +14,7 @@ subpackages="$pkgname-lang $pkgname-mobile" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_MOBILE=ON |