diff options
Diffstat (limited to 'community/luabind')
-rw-r--r-- | community/luabind/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/luabind/PKGBUILD b/community/luabind/PKGBUILD index 15b9e9888..479424d8f 100644 --- a/community/luabind/PKGBUILD +++ b/community/luabind/PKGBUILD @@ -6,7 +6,7 @@ pkgname=luabind pkgver=0.9.1 pkgrel=2 pkgdesc="A library that helps you create bindings between C++ and Lua" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.rasterbar.com/products/luabind.html" license=('MIT') makedepends=('unzip' 'boost' 'boost-build') |