diff options
Diffstat (limited to 'community/luabitop/PKGBUILD')
-rw-r--r-- | community/luabitop/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/luabitop/PKGBUILD b/community/luabitop/PKGBUILD index 9e8a83683..755ec5ea8 100644 --- a/community/luabitop/PKGBUILD +++ b/community/luabitop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=luabitop pkgver=1.0.2 pkgrel=1 pkgdesc='C extension adding bitwise operations on numbers' -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url='http://bitop.luajit.org/index.html' depends=('lua') source=("http://bitop.luajit.org/download/LuaBitOp-$pkgver.tar.gz") |