aboutsummaryrefslogtreecommitdiffstats
path: root/community/kaccounts-integration/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kaccounts-integration/APKBUILD')
-rw-r--r--community/kaccounts-integration/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kaccounts-integration/APKBUILD b/community/kaccounts-integration/APKBUILD
index 77c12440d9a..af48439643b 100644
--- a/community/kaccounts-integration/APKBUILD
+++ b/community/kaccounts-integration/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kaccounts-integration
-pkgver=20.04.0
+pkgver=20.04.1
pkgrel=0
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://kde.org/applications/internet/"
@@ -19,11 +19,11 @@ build() {
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
- make -C build
+ cmake --build build
}
package() {
- DESTDIR="$pkgdir" make -C build install
+ DESTDIR="$pkgdir" cmake --build build --target install
}
-sha512sums="64b36e738cf814c87eec7a0f9ac7c1d5b9e8463f2697c81116fb4420aa1cc93b92d30f1d37fae9caadb47ca4eacf1722dafe6c9cf55298257e6e035458173f02 kaccounts-integration-20.04.0.tar.xz"
+sha512sums="7339d1e877503b436e1af3a3efed047d7c646cc6e342330e691b6314eed8f13a355ad69ec691ab442bfd1d7490fec82d2a2f6f87edec0f682941ec88b41d65b0 kaccounts-integration-20.04.1.tar.xz"