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 05902ecef..b5db3ec25 100644 --- a/core/libarchive/PKGBUILD +++ b/core/libarchive/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libarchive pkgver=3.1.2 pkgrel=1 pkgdesc="library that can create and read several streaming archive formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libarchive.org/" license=('BSD') depends=('acl' 'attr' 'bzip2' 'expat' 'lzo2' 'openssl' 'xz' 'zlib') |