diff options
Diffstat (limited to 'community/couchdb')
-rw-r--r-- | community/couchdb/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/couchdb/PKGBUILD b/community/couchdb/PKGBUILD index fec729680..5edbe1e2e 100644 --- a/community/couchdb/PKGBUILD +++ b/community/couchdb/PKGBUILD @@ -7,7 +7,7 @@ pkgname=couchdb pkgver=1.2.1 pkgrel=1 pkgdesc="A document-oriented database that can be queried and indexed in a MapReduce fashion using JSON" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://couchdb.apache.org" license=('APACHE') depends=('icu' 'erlang' 'js' 'openssl' 'curl') |