aboutsummaryrefslogtreecommitdiffstats
path: root/community/poxml/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/poxml/APKBUILD')
-rw-r--r--community/poxml/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/poxml/APKBUILD b/community/poxml/APKBUILD
index d4e0ccfa695..cf772a24ed6 100644
--- a/community/poxml/APKBUILD
+++ b/community/poxml/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=poxml
-pkgver=20.04.0
+pkgver=20.04.1
pkgrel=0
arch="all !armhf"
url="https://www.kde.org/applications/development/"
@@ -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="3a37e632c72a9f70d9c5405da1e1001f7c2f0f92c31f6529ade58557bf71fc9c46f3211ab9e81f24d9e0fc4d75b5ab263ce4faf4a5e6dc82b9c61ea1d0dff30e poxml-20.04.0.tar.xz"
+sha512sums="dee5ada910f67e9aa364fae1b6656e4882e4459463093433f6a750dece204d1e541dae65386ed3e7b6a7420625d1667d31706857e75e7619b6061ef04cade31f poxml-20.04.1.tar.xz"