diff options
Diffstat (limited to 'community/xerces-c/PKGBUILD')
-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 9048826b4..675146db1 100644 --- a/community/xerces-c/PKGBUILD +++ b/community/xerces-c/PKGBUILD @@ -8,7 +8,7 @@ pkgname=xerces-c pkgver=3.1.1 pkgrel=3 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') |