aboutsummaryrefslogtreecommitdiffstats
path: root/community/kapidox
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-05-09 13:47:10 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-09 13:40:09 +0000
commit022f8251cdb0d371a112ad13e1c0d6b0163ab44b (patch)
treecb94461e33286976f9350ae09615fc047e4ce661 /community/kapidox
parent308dff06b69c86ee14b9da726d5d11d79ab455cc (diff)
downloadaports-022f8251cdb0d371a112ad13e1c0d6b0163ab44b.tar.bz2
aports-022f8251cdb0d371a112ad13e1c0d6b0163ab44b.tar.xz
community/kde-frameworks: upgrade to 5.70
Diffstat (limited to 'community/kapidox')
-rw-r--r--community/kapidox/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kapidox/APKBUILD b/community/kapidox/APKBUILD
index 6884cf1a12..869c915a78 100644
--- a/community/kapidox/APKBUILD
+++ b/community/kapidox/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kapidox
-pkgver=5.69.0
+pkgver=5.70.0
pkgrel=0
arch="noarch !armhf" # armhf blocked by extra-cmake-modules
pkgdesc="Scripts and data for building API documentation (dox) in a standard format and style"
@@ -18,7 +18,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_QCH=ON
- make -C build
+ cmake --build build
}
check() {
@@ -27,6 +27,6 @@ check() {
}
package() {
- DESTDIR="$pkgdir" make -C build install
+ DESTDIR="$pkgdir" cmake --build build --target install
}
-sha512sums="5bb049cc33a87ad71fe94f23d3b374d19798e19415d926d4339567224223fd11c7c50b5d8a7312e1ac6f3a7b99ede5d18110a72f1164ed0061dda93b2f7de71e kapidox-5.69.0.tar.xz"
+sha512sums="846d4b555808052f58d1bc073fe7f67c9bb7f1444950f50f019bde481de7c56e04a10661ce00335508cae252a3a73a15ae46addca2839bc59468e51a12e21b13 kapidox-5.70.0.tar.xz"