aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mailcommon/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mailcommon/APKBUILD')
-rw-r--r--testing/mailcommon/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mailcommon/APKBUILD b/testing/mailcommon/APKBUILD
index ccec5af9909..30930983479 100644
--- a/testing/mailcommon/APKBUILD
+++ b/testing/mailcommon/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mailcommon
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
pkgdesc="KDE PIM library providing support for mail applications"
arch="all !ppc64le !s390x !armhf" # Limited by messagelib -> qt5-qtwebengine
url="https://kontact.kde.org/"
@@ -23,7 +23,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