diff options
Diffstat (limited to 'community/upx/PKGBUILD')
-rw-r--r-- | community/upx/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/upx/PKGBUILD b/community/upx/PKGBUILD index 77b55ba50..e12787daf 100644 --- a/community/upx/PKGBUILD +++ b/community/upx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=upx pkgver=3.07 pkgrel=1 pkgdesc='Ultimate executable compressor.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://upx.sourceforge.net/' license=('GPL') depends=('zlib') |