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 8d7eb135e..b71dd9630 100644 --- a/community/yaz/PKGBUILD +++ b/community/yaz/PKGBUILD @@ -9,7 +9,7 @@ pkgname=yaz pkgver=4.2.24 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') license=('BSD') url="http://www.indexdata.dk/yaz" depends=('openssl' 'libxslt' 'icu') |