diff options
Diffstat (limited to 'community/lgi/PKGBUILD')
-rw-r--r-- | community/lgi/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lgi/PKGBUILD b/community/lgi/PKGBUILD index 0c03956a1..30fb56785 100644 --- a/community/lgi/PKGBUILD +++ b/community/lgi/PKGBUILD @@ -7,7 +7,7 @@ pkgname=(lua-lgi) pkgver=0.7.1 pkgrel=1 pkgdesc='Lua bindings for gnome/gobject using gobject-introspection library' -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url='https://github.com/pavouk/lgi' license=('custom:MIT') depends=('glibc' 'glib2' 'libffi' 'lua' 'gobject-introspection') |