aboutsummaryrefslogtreecommitdiffstats
path: root/community/akonadiconsole/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/akonadiconsole/APKBUILD')
-rw-r--r--community/akonadiconsole/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/akonadiconsole/APKBUILD b/community/akonadiconsole/APKBUILD
index a547140336d..9a7625dc615 100644
--- a/community/akonadiconsole/APKBUILD
+++ b/community/akonadiconsole/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=akonadiconsole
-pkgver=20.04.0
+pkgver=20.04.1
pkgrel=0
arch="all !s390x !ppc64le !armhf !mips !mips64" # calendarsupport messagelib missing
url="https://kontact.kde.org/"
@@ -16,7 +16,7 @@ build() {
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
- make -C build
+ cmake --build build
}
check() {
@@ -25,7 +25,7 @@ check() {
}
package() {
- DESTDIR="$pkgdir" make -C build install
+ DESTDIR="$pkgdir" cmake --build build --target install
}
-sha512sums="87a8ce3f88fd99f7e5483e0dbca712fa3d79be83bcddfe98305368df85b640c25533338995a0ce6b0aa528182dc505c1cdc5023c578cd8c9d698361eac92ee92 akonadiconsole-20.04.0.tar.xz"
+sha512sums="d0c344bcdd0f4bc8917710f771a875f6039bc0b27d86de1f49a54b7b5dd85b026f09d11e114be0090990f70560fe70768e7237268cd88deb51d3ffc2b8152ecb akonadiconsole-20.04.1.tar.xz"