diff options
Diffstat (limited to 'community/yaz')
-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 bf42c005f..3c326284e 100644 --- a/community/yaz/PKGBUILD +++ b/community/yaz/PKGBUILD @@ -9,7 +9,7 @@ pkgname=yaz pkgver=4.1.7 pkgrel=2 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') |