Date: Wednesday, August 25, 2021 @ 09:38:08 Author: dvzrv Revision: 1004704
upgpkg: nlohmann-json 3.10.1-1: Upgrade to 3.10.1. Use a later commit for the build, as upstream tagged the wrong commit: https://github.com/nlohmann/json/issues/2973 Modified: nlohmann-json/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-25 09:05:36 UTC (rev 1004703) +++ PKGBUILD 2021-08-25 09:38:08 UTC (rev 1004704) @@ -2,10 +2,12 @@ pkgname=nlohmann-json # upstream doesn't use annotated tags -_commit=f42a74b8f53cc308647123d49d33d1c8122e3f42 # v3.10.0 -pkgver=3.10.0 +# 3.10.1 has been tagged wrongly: https://github.com/nlohmann/json/issues/2973 +_commit=1fd2213fd206d12a818cd5c60dd0138445534133 # v3.10.1 +pkgver=3.10.1 pkgrel=1 # tests are tracked in a separate repo +# https://github.com/nlohmann/json_test_data _test_pkgver=3.0.0 pkgdesc="JSON for Modern C++" arch=('any')
