aboutsummaryrefslogtreecommitdiffstats
path: root/community/kontact/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kontact/APKBUILD')
-rw-r--r--community/kontact/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kontact/APKBUILD b/community/kontact/APKBUILD
index ef0a1e45e1f..59e9d05f767 100644
--- a/community/kontact/APKBUILD
+++ b/community/kontact/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kontact
-pkgver=20.04.0
+pkgver=20.04.1
pkgrel=0
arch="all !ppc64le !s390x !armhf !mips !mips64" # Limited by qt5-qtwebengine
url="https://kontact.kde.org/"
@@ -19,7 +19,7 @@ build() {
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
- make -C build
+ cmake --build build
}
check() {
@@ -28,7 +28,7 @@ check() {
}
package() {
- DESTDIR="$pkgdir" make -C build install
+ DESTDIR="$pkgdir" cmake --build build --target install
}
-sha512sums="323e7410231877b9af20c5670cec4258afe5d36aa2b7c6a173eae6637bf14dbd83eb6b7e3dd7cf5606344e4b37b816c4c7290b80c774b5e659cd484c3f4e05ad kontact-20.04.0.tar.xz"
+sha512sums="e01efd23a96cb64829acf3ce2ba9f6bdf02cf713e0fd80a3d54e108c7a7931a93f29f362511d3e7a662168970a0f3346e0bb01c05c64c9fb1384ef78881b5e27 kontact-20.04.1.tar.xz"