aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kpmcore/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kpmcore/APKBUILD')
-rw-r--r--testing/kpmcore/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kpmcore/APKBUILD b/testing/kpmcore/APKBUILD
index bf27fd51078..d2ca8a3a2f0 100644
--- a/testing/kpmcore/APKBUILD
+++ b/testing/kpmcore/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kpmcore
pkgver=4.1.0
-pkgrel=0
+pkgrel=1
arch="all !armhf"
url="https://kde.org/applications/system/org.kde.partitionmanager"
pkgdesc="Library for managing partitions"
@@ -14,7 +14,7 @@ options="!check" # Requires running dbus server
build() {
cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make