aboutsummaryrefslogtreecommitdiffstats
path: root/community/kmplot/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kmplot/APKBUILD')
-rw-r--r--community/kmplot/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kmplot/APKBUILD b/community/kmplot/APKBUILD
index 317d72f459f..2dbcd9c8553 100644
--- a/community/kmplot/APKBUILD
+++ b/community/kmplot/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kmplot
-pkgver=20.04.0
+pkgver=20.04.1
pkgrel=0
arch="all !armhf"
url="http://edu.kde.org/kmplot"
@@ -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,7 +26,7 @@ check() {
}
package() {
- DESTDIR="$pkgdir" make -C build install
+ DESTDIR="$pkgdir" cmake --build build --target install
}
-sha512sums="188c6ccfc0b002f4cbae4e63b4971152dca5a7e23a6288604ab6d33175aed0989753a90bd75c01015070fe52e3f1c5e25408d573e317f107868b7f64167938da kmplot-20.04.0.tar.xz"
+sha512sums="633b4a351454d4583ecbc36ca6ab41ea7f474f427a8ee12c43f19ca268a3007acea52c8622c9777a5d44ecb545d2aa60c6cfbf636622b101ea08a66b1d0950a6 kmplot-20.04.1.tar.xz"