aboutsummaryrefslogtreecommitdiffstats
path: root/community/umbrello
diff options
context:
space:
mode:
Diffstat (limited to 'community/umbrello')
-rw-r--r--community/umbrello/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/umbrello/APKBUILD b/community/umbrello/APKBUILD
index dcabcb0dcc..9a34dd9923 100644
--- a/community/umbrello/APKBUILD
+++ b/community/umbrello/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=umbrello
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
arch="all !armhf" # Blocked by extra-cmake-modules
url="https://umbrello.kde.org/"
pkgdesc="GUI for diagramming Unified Modelling Language (UML)"
@@ -14,7 +14,7 @@ subpackages="$pkgname-doc $pkgname-lang"
build() {
cmake -B "$builddir"/build \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_KF5=ON