From 20af3a9900d3baca52d6b163681387400a4dd16c Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Sun, 18 Aug 2019 23:59:00 +0200 Subject: [PATCH] testing/nlohmann-json: take over maintainership and disable -dev package It's just a single header file package anyway, the non -dev or -doc package would be useless. --- testing/nlohmann-json/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/nlohmann-json/APKBUILD b/testing/nlohmann-json/APKBUILD index 3289ddd2325..da6f41e6c5d 100644 --- a/testing/nlohmann-json/APKBUILD +++ b/testing/nlohmann-json/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Nick Black -# Maintainer: +# Maintainer: Bart Ribbers 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"