diff options
Diffstat (limited to 'extra/lua')
-rw-r--r-- | extra/lua/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/lua/PKGBUILD b/extra/lua/PKGBUILD index 9b30c5bf9..da76c9696 100644 --- a/extra/lua/PKGBUILD +++ b/extra/lua/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lua pkgver=5.1.4 pkgrel=6 pkgdesc="A powerful light-weight programming language designed for extending applications." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lua.org/" depends=('readline' 'ncurses') license=('MIT') |