diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-17 15:23:24 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-17 15:23:24 -0300 |
commit | c09bfc90e874607edab8e77d50d9aa15ea145b53 (patch) | |
tree | ba3397a58d32f1e3761cb26a2ee7b965f3c4d348 /extra/nasm | |
parent | dd4f80e98fdd486f86ccd77b5ad307d461723844 (diff) |
fixes and ports
Diffstat (limited to 'extra/nasm')
-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 8ef22a31f..1afe04f8e 100644 --- a/extra/nasm/PKGBUILD +++ b/extra/nasm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=nasm pkgver=2.10.09 pkgrel=1 pkgdesc="An 80x86 assembler designed for portability and modularity" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nasm.us" license=('BSD') depends=('glibc') |