aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kmail/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kmail/APKBUILD')
-rw-r--r--testing/kmail/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kmail/APKBUILD b/testing/kmail/APKBUILD
index 84c7a48e975..d723e05337b 100644
--- a/testing/kmail/APKBUILD
+++ b/testing/kmail/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kmail
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
arch="all !ppc64le !s390x !armhf" # Limited by qt5-qtwebengine
url="https://kontact.kde.org/components/kmail.html"
pkgdesc="Email client, supporting POP3 and IMAP mailboxes"
@@ -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