aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-22 20:06:38 -0300
committerFrancesco Colista <fcolista@alpinelinux.org>2019-05-27 15:23:42 +0000
commit20bc7ecd3939d5cd5478d48bc297777644d8a9f6 (patch)
treea61f971b11920ebb70efbd375fe91b83084f12a2
parent40e661af978de6112ed20962ed3c5e6313e2e2b6 (diff)
testing/nlohmann-json: use name in the directory
-rw-r--r--testing/nlohmann-json/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nlohmann-json/APKBUILD b/testing/nlohmann-json/APKBUILD
index 797498afd09..e7b1c721dcc 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"