diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-05-09 13:47:10 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-09 13:40:09 +0000 |
commit | 022f8251cdb0d371a112ad13e1c0d6b0163ab44b (patch) | |
tree | cb94461e33286976f9350ae09615fc047e4ce661 /community/syntax-highlighting | |
parent | 308dff06b69c86ee14b9da726d5d11d79ab455cc (diff) | |
download | aports-022f8251cdb0d371a112ad13e1c0d6b0163ab44b.tar.bz2 aports-022f8251cdb0d371a112ad13e1c0d6b0163ab44b.tar.xz |
community/kde-frameworks: upgrade to 5.70
Diffstat (limited to 'community/syntax-highlighting')
-rw-r--r-- | community/syntax-highlighting/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/syntax-highlighting/APKBUILD b/community/syntax-highlighting/APKBUILD index 52020788b6..6011c31904 100644 --- a/community/syntax-highlighting/APKBUILD +++ b/community/syntax-highlighting/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=syntax-highlighting -pkgver=5.69.0 +pkgver=5.70.0 pkgrel=0 pkgdesc="Syntax highlighting engine for structured text and code" arch="all !armhf" # armhf blocked by extra-cmake-modules @@ -18,7 +18,7 @@ build() { -DCMAKE_BUILD_TYPE=None \ -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="d83b938e26ee0378a08fed61b7733a5d1fdaae53e5fe20f319f59151acc877a665efd97ecebe43a434d84203414ba04a983e4e3b42cf8339185b8d2da87a3794 syntax-highlighting-5.69.0.tar.xz" +sha512sums="59a05fd274cb11b893351cc10747600e03ced88cdc738eee26689e9a2a97b07db05805c0b0dcadbf02809254bd170b04f27b8372abb26b769bc6e962c615b9e0 syntax-highlighting-5.70.0.tar.xz" |