diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-04 14:29:49 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-04 14:29:49 +0100 |
commit | f562bf5c7bccf8094a01bb4c56adf5a4013d0c7e (patch) | |
tree | 3609d30e72f09697e5773461d97f49886cb1a7c7 /extra/json-c | |
parent | 2bb2d0a4fb9b0f5abca7ab67cc8d75be873bb1f1 (diff) |
Don't do changes probably not affecting the packages.
Diffstat (limited to 'extra/json-c')
-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 8eadb0dce..07b0f5aaa 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=(mips64el) +arch=('i686' 'x86_64' mips64el') depends=('glibc') source=(http://oss.metaparadigm.com/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('3a13d264528dcbaf3931b0cede24abae') |