diff options
Diffstat (limited to 'extra/yasm/PKGBUILD')
-rw-r--r-- | extra/yasm/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yasm/PKGBUILD b/extra/yasm/PKGBUILD index 3c229a87a..82d89ac53 100644 --- a/extra/yasm/PKGBUILD +++ b/extra/yasm/PKGBUILD @@ -5,7 +5,7 @@ pkgname=yasm pkgver=1.2.0 pkgrel=3 pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.tortall.net/projects/yasm/" license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic') depends=('glibc') |