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 d659a6086..ddb1b58d8 100644 --- a/community/luasocket/PKGBUILD +++ b/community/luasocket/PKGBUILD @@ -7,7 +7,7 @@ pkgname=(lua51-socket) pkgver=2.0.2 pkgrel=5 pkgdesc='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') replaces=('luasocket') |