aboutsummaryrefslogtreecommitdiffstats
path: root/community/calendarsupport/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/calendarsupport/APKBUILD')
-rw-r--r--community/calendarsupport/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/calendarsupport/APKBUILD b/community/calendarsupport/APKBUILD
index cba5288777e..2b799b65fcf 100644
--- a/community/calendarsupport/APKBUILD
+++ b/community/calendarsupport/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=calendarsupport
-pkgver=20.04.0
+pkgver=20.04.1
pkgrel=0
pkgdesc="Library providing calendar support"
arch="all !ppc64le !s390x !armhf !mips !mips64" # Limited by akonadi-calendar-dev -> kmailtransport -> libkgapi -> qt5-qtwebengine
@@ -17,7 +17,7 @@ build() {
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
- make -C build
+ cmake --build build
}
check() {
@@ -26,6 +26,6 @@ check() {
}
package() {
- DESTDIR="$pkgdir" make -C build install
+ DESTDIR="$pkgdir" cmake --build build --target install
}
-sha512sums="c020d6ae70cad1e026ab6ae7adefe2260da6e1b2a207b7178ea778a82f1910b0e431031a4087a9a7ae5ef8923f7126b8e4d10ec14b42473182f1cd0e23b12e79 calendarsupport-20.04.0.tar.xz"
+sha512sums="20683b00caa3cc91457517e8f68b01a52c75952383887d0c9f9e41f49cb794246701da92194fbf43e25b67b99f852a4a4443e28b20bd955921678c53c980ec9d calendarsupport-20.04.1.tar.xz"