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 2bbfaf36f..18f9a7a65 100644 --- a/community/upx/PKGBUILD +++ b/community/upx/PKGBUILD @@ -7,7 +7,7 @@ pkgname=upx pkgver=3.09 pkgrel=1 pkgdesc='Ultimate executable compressor.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://upx.sourceforge.net/' license=('GPL') depends=('zlib') |