aboutsummaryrefslogtreecommitdiffstats
path: root/main/json-c0.12/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/json-c0.12/APKBUILD')
-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
"