diff options
Diffstat (limited to 'community/ucl/PKGBUILD')
-rw-r--r-- | community/ucl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ucl/PKGBUILD b/community/ucl/PKGBUILD index 144d9c476..0ac1bb6e1 100644 --- a/community/ucl/PKGBUILD +++ b/community/ucl/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ucl pkgver=1.03 pkgrel=4 pkgdesc="Portable lossless data compression library written in ANSI C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.oberhumer.com/opensource/ucl/" options=(!libtool) |