diff options
Diffstat (limited to 'core/expat/PKGBUILD')
-rw-r--r-- | core/expat/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/expat/PKGBUILD b/core/expat/PKGBUILD index 73688e009..276116661 100644 --- a/core/expat/PKGBUILD +++ b/core/expat/PKGBUILD @@ -4,9 +4,9 @@ pkgname=expat pkgver=2.1.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="An XML parser library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://expat.sourceforge.net/" license=('custom') depends=('glibc') |