diff options
Diffstat (limited to 'core/libarchive/PKGBUILD')
-rw-r--r-- | core/libarchive/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libarchive/PKGBUILD b/core/libarchive/PKGBUILD index 1b87145a3..9ae02b8f6 100644 --- a/core/libarchive/PKGBUILD +++ b/core/libarchive/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libarchive pkgver=3.0.4 pkgrel=2 pkgdesc="library that can create and read several streaming archive formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libarchive.googlecode.com/" license=('BSD') depends=('zlib' 'bzip2' 'xz>=5.0.0' 'acl' 'openssl>=1.0.0' 'expat') |