diff options
author | Joe <joe@joelightning.com> | 2011-10-08 12:48:00 +0100 |
---|---|---|
committer | Joe <joe@joelightning.com> | 2011-10-08 12:48:00 +0100 |
commit | 0645a632c90eb70e264f8d591c072730a761caa4 (patch) | |
tree | bb123010ab21ae21981dc5dfb080028cfafb1471 /extra/json-c/PKGBUILD | |
parent | 0fa9a964f7b7aae5309ee264d55862725c757dc4 (diff) |
fixed the `arch' array
Diffstat (limited to 'extra/json-c/PKGBUILD')
-rw-r--r-- | extra/json-c/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/json-c/PKGBUILD b/extra/json-c/PKGBUILD index 2f689ba64..8eadb0dce 100644 --- a/extra/json-c/PKGBUILD +++ b/extra/json-c/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="A JSON implementation in C" url="http://oss.metaparadigm.com/json-c/" license=("MIT") -arch=('i686' 'x86_64') +arch=(mips64el) depends=('glibc') source=(http://oss.metaparadigm.com/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('3a13d264528dcbaf3931b0cede24abae') |