diff options
Diffstat (limited to 'extra/libzip')
-rw-r--r-- | extra/libzip/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libzip/PKGBUILD b/extra/libzip/PKGBUILD index d50b952db..5c485cce0 100644 --- a/extra/libzip/PKGBUILD +++ b/extra/libzip/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="A C library for reading, creating, and modifying zip archives" url="http://www.nih.at/libzip/index.html" license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('zlib') options=('!libtool') source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.gz" |