diff options
Diffstat (limited to 'extra/libxslt/PKGBUILD')
-rw-r--r-- | extra/libxslt/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libxslt/PKGBUILD b/extra/libxslt/PKGBUILD index 7cdc5e9d2..7a5b0f70f 100644 --- a/extra/libxslt/PKGBUILD +++ b/extra/libxslt/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libxslt pkgver=1.1.26 pkgrel=3 pkgdesc="XML stylesheet transformation library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xmlsoft.org/XSLT/" license=('custom') depends=('libxml2' 'libgcrypt') |