aboutsummaryrefslogtreecommitdiffstats
path: root/community/kaidan/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kaidan/APKBUILD')
-rw-r--r--community/kaidan/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kaidan/APKBUILD b/community/kaidan/APKBUILD
index cd25661390..34eb68f098 100644
--- a/community/kaidan/APKBUILD
+++ b/community/kaidan/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kaidan
pkgver=0.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="Kaidan, a simple and user-friendly Jabber/XMPP client for every device and platform"
arch="all !armhf" # armhf blocked by qt5-qtdeclarative
url="https://invent.kde.org/kde/kaidan"
@@ -21,7 +21,7 @@ prepare() {
build() {
cd "$builddir"/build
cmake "$builddir" \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DQUICK_COMPILER=TRUE \