main/json-c0.12: replaces json-c

This commit is contained in:
Natanael Copa 2018-04-19 14:26:24 +00:00
parent d7be1948dd
commit 38c3ca993a

View File

@ -1,13 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=json-c0.12 pkgname=json-c0.12
pkgver=0.12.1 pkgver=0.12.1
pkgrel=0 pkgrel=1
pkgdesc="A JSON implementation in C" pkgdesc="A JSON implementation in C"
url="https://github.com/json-c/json-c/wiki" url="https://github.com/json-c/json-c/wiki"
arch="all" arch="all"
license="MIT" license="MIT"
makedepends=" autoconf automake libtool" makedepends=" autoconf automake libtool"
subpackages="$pkgname-dev" subpackages="$pkgname-dev"
replaces="json-c"
source="https://s3.amazonaws.com/json-c_releases/releases/json-c-${pkgver}.tar.gz source="https://s3.amazonaws.com/json-c_releases/releases/json-c-${pkgver}.tar.gz
" "