aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kde-cli-tools
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-06-20 13:45:31 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-06-20 09:13:50 -0300
commit6ad34d8d84b43753c254c8f4aa6f08cac293c3db (patch)
tree3a9b85b4c320f03e8c27d71ac149ef4edd5b18e0 /testing/kde-cli-tools
parent9f23e894235575a18f1c1ed511fb82d2366ba042 (diff)
downloadaports-6ad34d8d84b43753c254c8f4aa6f08cac293c3db.tar.bz2
aports-6ad34d8d84b43753c254c8f4aa6f08cac293c3db.tar.xz
testing/kde-cli-tools: fix build type
Diffstat (limited to 'testing/kde-cli-tools')
-rw-r--r--testing/kde-cli-tools/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kde-cli-tools/APKBUILD b/testing/kde-cli-tools/APKBUILD
index 9aaf8c55d2..0b9165db2d 100644
--- a/testing/kde-cli-tools/APKBUILD
+++ b/testing/kde-cli-tools/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kde-cli-tools
pkgver=5.16.1
-pkgrel=0
+pkgrel=1
pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
arch="all !ppc64le !s390x" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine
url="https://cgit.kde.org/kde-cli-tools"
@@ -16,7 +16,7 @@ options="!check" # Broken
build() {
cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebugInfo \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make