aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-04-19 14:26:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-19 15:03:59 +0000
commit38c3ca993af2e3d1105246e401301c1af41a4b60 (patch)
treebdf472f66a1473c8389869643a880a07ae636495
parentd7be1948dd82f80bffe049114b89059c06d2a15b (diff)
downloadaports-38c3ca993af2e3d1105246e401301c1af41a4b60.tar.bz2
aports-38c3ca993af2e3d1105246e401301c1af41a4b60.tar.xz
main/json-c0.12: replaces json-c
-rw-r--r--main/json-c0.12/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/json-c0.12/APKBUILD b/main/json-c0.12/APKBUILD
index a250ca4cf6..f3cc53b53b 100644
--- a/main/json-c0.12/APKBUILD
+++ b/main/json-c0.12/APKBUILD
@@ -1,13 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=json-c0.12
pkgver=0.12.1
-pkgrel=0
+pkgrel=1
pkgdesc="A JSON implementation in C"
url="https://github.com/json-c/json-c/wiki"
arch="all"
license="MIT"
makedepends=" autoconf automake libtool"
subpackages="$pkgname-dev"
+replaces="json-c"
source="https://s3.amazonaws.com/json-c_releases/releases/json-c-${pkgver}.tar.gz
"