aboutsummaryrefslogtreecommitdiffstats
path: root/community/kio-extras/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kio-extras/APKBUILD')
-rw-r--r--community/kio-extras/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kio-extras/APKBUILD b/community/kio-extras/APKBUILD
index 6ededb4a14..c0d938e2d3 100644
--- a/community/kio-extras/APKBUILD
+++ b/community/kio-extras/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kio-extras
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://www.kde.org/applications/internet/"
pkgdesc="Additional components to increase the functionality of KIO"
@@ -23,7 +23,7 @@ prepare() {
build() {
cd "$builddir"/build
cmake "$builddir" \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make