aboutsummaryrefslogtreecommitdiffstats
path: root/community/libkdcraw/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libkdcraw/APKBUILD')
-rw-r--r--community/libkdcraw/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libkdcraw/APKBUILD b/community/libkdcraw/APKBUILD
index c93b8722c5..f55513bc6f 100644
--- a/community/libkdcraw/APKBUILD
+++ b/community/libkdcraw/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=libkdcraw
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://kde.org"
pkgdesc="RAW image file format support for KDE"
@@ -21,7 +21,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