File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'json-c++'
22pkgname=json-c++
3- version=3.11.3
3+ version=3.12.0
44revision=1
55build_style=cmake
66configure_args="-DJSON_MultipleHeaders=ON"
@@ -10,12 +10,17 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
1010license="MIT"
1111homepage="https://github.com/nlohmann/json"
1212distfiles="https://github.com/nlohmann/json/archive/v${version}.tar.gz"
13- checksum=0d8ef5af7f9794e3263480193c491549b2ba6cc74bb018906202ada498a79406
13+ checksum=4b92eb0c06d10683f7447ce9406cb97cd4b453be18d7279320f7b2f025c10187
1414
1515do_check() {
1616 # skip tests requiring wrksrc to be a git clone as they always fail
1717 cd build
18- ctest -LE "git_required"
18+ if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
19+ ctest -LE "git_required"
20+ else
21+ # also skip locale-dependent test
22+ ctest -LE "git_required" -E "test-locale-cpp_cpp11"
23+ fi
1924}
2025
2126post_install() {
You can’t perform that action at this time.
0 commit comments