diff options
Diffstat (limited to 'extra/json-c/PKGBUILD')
-rw-r--r-- | extra/json-c/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/json-c/PKGBUILD b/extra/json-c/PKGBUILD index 2f689ba64..9972a71a1 100644 --- a/extra/json-c/PKGBUILD +++ b/extra/json-c/PKGBUILD @@ -3,11 +3,11 @@ # Contributor: congyiwu <congyiwu AT gmail DOT com> pkgname=json-c pkgver=0.9 -pkgrel=1 +pkgrel=1.1 pkgdesc="A JSON implementation in C" url="http://oss.metaparadigm.com/json-c/" license=("MIT") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glibc') source=(http://oss.metaparadigm.com/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('3a13d264528dcbaf3931b0cede24abae') |