aboutsummaryrefslogtreecommitdiffstats
path: root/community/kmousetool/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kmousetool/APKBUILD')
-rw-r--r--community/kmousetool/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kmousetool/APKBUILD b/community/kmousetool/APKBUILD
index 4b579e58f6f..9790302e3ef 100644
--- a/community/kmousetool/APKBUILD
+++ b/community/kmousetool/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kmousetool
-pkgver=20.04.0
+pkgver=20.04.1
pkgrel=0
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://kde.org/applications/utilities/org.kde.kmousetool"
@@ -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="20b66b9c182a289503905734b94cbc71f565389d5c1c1234255e1880bf19442317513c65ee3b1999b76f05abeacf38f53f2af3061968eb750276545d38fadea2 kmousetool-20.04.0.tar.xz"
+sha512sums="b4a349ae6f8ae7fc036e27e76d45ccfd80052aa88865d9b6e4cde6541b62be8ab427623106b813dcba322eb633a52c479439e764b40489ffdc3db2e2c6fdbc2d kmousetool-20.04.1.tar.xz"