aboutsummaryrefslogtreecommitdiffstats
path: root/testing/akonadi-calendar/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/akonadi-calendar/APKBUILD')
-rw-r--r--testing/akonadi-calendar/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/akonadi-calendar/APKBUILD b/testing/akonadi-calendar/APKBUILD
index 45d03e65321..911fdac3e49 100644
--- a/testing/akonadi-calendar/APKBUILD
+++ b/testing/akonadi-calendar/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=akonadi-calendar
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
pkgdesc="Libraries and daemons to implement basic email handling"
arch="all !ppc64le !s390x !armhf" # Limited by kmailtransport -> libkgapi -> qt5-qtwebengine
url="https://community.kde.org/KDE_PIM"
@@ -25,7 +25,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