aboutsummaryrefslogtreecommitdiffstats
path: root/community/kcodecs
diff options
context:
space:
mode:
Diffstat (limited to 'community/kcodecs')
-rw-r--r--community/kcodecs/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kcodecs/APKBUILD b/community/kcodecs/APKBUILD
index 3acb2a54d7..b0cf6f3d4f 100644
--- a/community/kcodecs/APKBUILD
+++ b/community/kcodecs/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kcodecs
pkgver=5.67.0
-pkgrel=0
+pkgrel=1
pkgdesc="Provide a collection of methods to manipulate strings using various encodings"
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://community.kde.org/Frameworks"
@@ -20,7 +20,7 @@ prepare() {
build() {
cd "$builddir"/build
cmake "$builddir" \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_QCH=ON