diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/nlohmann-json/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nlohmann-json/APKBUILD b/testing/nlohmann-json/APKBUILD index 797498afd0..e7b1c721dc 100644 --- a/testing/nlohmann-json/APKBUILD +++ b/testing/nlohmann-json/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Nick Black <dankamongmen@gmail.com> # This is a headers-only implementaiton; there are no libraries. -pkgname=nlohmann-json-dev +pkgname=nlohmann-json pkgver=3.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="JSON for Modern C++" url="https://github.com/nlohmann/json" arch="noarch" |