aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nlohmann-json
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nlohmann-json')
-rw-r--r--testing/nlohmann-json/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/nlohmann-json/APKBUILD b/testing/nlohmann-json/APKBUILD
index 3289ddd232..da6f41e6c5 100644
--- a/testing/nlohmann-json/APKBUILD
+++ b/testing/nlohmann-json/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Nick Black <dankamongmen@gmail.com>
-# Maintainer:
+# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=nlohmann-json
pkgver=3.7.0
-pkgrel=0
+pkgrel=1
pkgdesc="JSON for Modern C++"
url="https://github.com/nlohmann/json"
arch="noarch"
license="MIT"
makedepends="cmake doxygen graphviz"
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-doc"
source="nlohmann-json-$pkgver.tar.gz::https://github.com/nlohmann/json/archive/v$pkgver.tar.gz"
builddir="$srcdir/json-$pkgver"