aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kimagemapeditor/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kimagemapeditor/APKBUILD')
-rw-r--r--testing/kimagemapeditor/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kimagemapeditor/APKBUILD b/testing/kimagemapeditor/APKBUILD
index d23442ba54..847ea33376 100644
--- a/testing/kimagemapeditor/APKBUILD
+++ b/testing/kimagemapeditor/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kimagemapeditor
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
arch="all !ppc64le !s390x !armhf" # Blocked by missing qt5-qtwebengine
url="https://kde.org/applications/development/org.kde.kimagemapeditor"
pkgdesc="An editor of image maps embedded inside HTML files, based on the <map> tag"
@@ -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