aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-08-01 14:07:47 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-08-01 15:02:25 +0000
commit4591380bf9823cef28e02ca622d367eea226fd81 (patch)
treee5d8c400808c8119d61e8d1aaeb1d4296933ca69
parentaf730a3c9efb238317050f5d16f97a81b8a1f7ba (diff)
testing/nlohmann-json: upgrade to 3.9.0
-rw-r--r--testing/nlohmann-json/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/nlohmann-json/APKBUILD b/testing/nlohmann-json/APKBUILD
index 4a973e6ab05..5f9a70c3894 100644
--- a/testing/nlohmann-json/APKBUILD
+++ b/testing/nlohmann-json/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Nick Black <dankamongmen@gmail.com>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=nlohmann-json
-pkgver=3.8.0
+pkgver=3.9.0
pkgrel=0
pkgdesc="JSON for Modern C++"
url="https://github.com/nlohmann/json"
@@ -17,7 +17,8 @@ build() {
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
- make -C build
+ cmake --build build
+
make -C doc
}
@@ -38,4 +39,4 @@ package() {
mv doc/html "$pkgdir"/usr/share/doc/$pkgname/
}
-sha512sums="cb629ca1fc89298755374aa23098eb7a05ba47fb248acef85e96c57cb42303f7c5250df2c22f442bfb53796a72e7107554f49abdfb9e7991fe010c8fb0e2b1df nlohmann-json-3.8.0.tar.gz"
+sha512sums="e36731354ad997c19f67b095068d52c9292d9bb76b2734668b8e0d08e1de4d1152929ba6e75e965a8f2e331bd72fd76bbedcdc38621c7f5e85f2f946fc4aea59 nlohmann-json-3.9.0.tar.gz"