diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-28 17:33:53 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-28 17:33:53 -0500 |
commit | a9f2ee33f4d847cfa5b112747de46becdb6b46b5 (patch) | |
tree | 15c5dfa531c3ba51126d944f8e16aa096fa93315 /community/lgi | |
parent | bc0e43bd6999fb2784d73ca0e501a645179b1720 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/lgi')
-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 8aa162684..35c98e2b2 100644 --- a/community/lgi/PKGBUILD +++ b/community/lgi/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lgi pkgver=0.6.2 pkgrel=1 pkgdesc='Lua binadings 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') |