diff options
Diffstat (limited to 'community/luasocket/PKGBUILD')
-rw-r--r-- | community/luasocket/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/luasocket/PKGBUILD b/community/luasocket/PKGBUILD index 21e96f09d..488f518d7 100644 --- a/community/luasocket/PKGBUILD +++ b/community/luasocket/PKGBUILD @@ -6,7 +6,7 @@ pkgname=luasocket pkgver=2.0.2 pkgrel=5 pkgdesc="Luasocket is the most comprehensive networking support library for the Lua language." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cs.princeton.edu/~diego/professional/luasocket/" license=('MIT') depends=(lua) |