diff options
Diffstat (limited to 'testing/calendarsupport/APKBUILD')
-rw-r--r-- | testing/calendarsupport/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/calendarsupport/APKBUILD b/testing/calendarsupport/APKBUILD index 369a1c783b..fc46885ff3 100644 --- a/testing/calendarsupport/APKBUILD +++ b/testing/calendarsupport/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=calendarsupport pkgver=19.12.2 -pkgrel=0 +pkgrel=1 pkgdesc="Library providing calendar support" arch="all !ppc64le !s390x !armhf" # Limited by akonadi-calendar-dev -> kmailtransport -> libkgapi -> qt5-qtwebengine url="https://kontact.kde.org" @@ -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 |