diff options
Diffstat (limited to 'community/xalan-c/PKGBUILD')
-rw-r--r-- | community/xalan-c/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xalan-c/PKGBUILD b/community/xalan-c/PKGBUILD index 2de7fb30b..25466f78a 100644 --- a/community/xalan-c/PKGBUILD +++ b/community/xalan-c/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xalan-c pkgver=1.11_pre797991 pkgrel=2 pkgdesc="A XSLT processor for transforming XML documents" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xml.apache.org/xalan-c" license=('APACHE') depends=('xerces-c') |