diff options
Diffstat (limited to 'core/lzo2')
-rw-r--r-- | core/lzo2/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lzo2/PKGBUILD b/core/lzo2/PKGBUILD index dd0c5e65b..7b56fe632 100644 --- a/core/lzo2/PKGBUILD +++ b/core/lzo2/PKGBUILD @@ -5,7 +5,7 @@ pkgname=lzo2 pkgver=2.06 pkgrel=1 pkgdesc="Portable lossless data compression library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.oberhumer.com/opensource/lzo" license=('GPL') depends=('glibc') |