diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-22 20:06:38 -0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-27 15:23:42 +0000 |
commit | 20bc7ecd3939d5cd5478d48bc297777644d8a9f6 (patch) | |
tree | a61f971b11920ebb70efbd375fe91b83084f12a2 /testing | |
parent | 40e661af978de6112ed20962ed3c5e6313e2e2b6 (diff) | |
download | aports-20bc7ecd3939d5cd5478d48bc297777644d8a9f6.tar.bz2 aports-20bc7ecd3939d5cd5478d48bc297777644d8a9f6.tar.xz |
testing/nlohmann-json: use name in the directory
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" |