diff options
Diffstat (limited to 'extra/nawk')
-rw-r--r-- | extra/nawk/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/nawk/PKGBUILD b/extra/nawk/PKGBUILD index d2c2125af..bdb78754e 100644 --- a/extra/nawk/PKGBUILD +++ b/extra/nawk/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=3 pkgdesc="The one, true implementation of AWK" url="http://cm.bell-labs.com/who/bwk/" license=('MIT') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!makeflags') depends=('glibc') source=("http://www.cs.princeton.edu/~bwk/btl.mirror/awk.tar.gz" |