diff options
Diffstat (limited to 'extra/nasm/PKGBUILD')
-rw-r--r-- | extra/nasm/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/nasm/PKGBUILD b/extra/nasm/PKGBUILD index 0ab75e7e6..083193448 100644 --- a/extra/nasm/PKGBUILD +++ b/extra/nasm/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="An 80x86 assembler designed for portability and modularity" url="http://www.nasm.us" license=('BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glibc') source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.bz2) sha1sums=('2eb839c25ad0aa43a0d2d48146fd8ac708d9aabf') |