diff options
Diffstat (limited to 'community/xerces-c')
-rw-r--r-- | community/xerces-c/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xerces-c/PKGBUILD b/community/xerces-c/PKGBUILD index dc42d09e5..4dab38499 100644 --- a/community/xerces-c/PKGBUILD +++ b/community/xerces-c/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xerces-c pkgver=3.1.1 pkgrel=2 pkgdesc="A validating XML parser written in a portable subset of C++." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xerces.apache.org/xerces-c" license=("APACHE") depends=('gcc-libs' 'curl') |