diff options
Diffstat (limited to 'community/yaz/PKGBUILD')
-rw-r--r-- | community/yaz/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/yaz/PKGBUILD b/community/yaz/PKGBUILD index 81508b46b..1527540d1 100644 --- a/community/yaz/PKGBUILD +++ b/community/yaz/PKGBUILD @@ -10,7 +10,7 @@ pkgname=yaz pkgver=4.2.54 pkgrel=1 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.indexdata.dk/yaz" license=('BSD') depends=('openssl' 'libxslt' 'icu') |