diff options
Diffstat (limited to 'core/glib2/PKGBUILD')
-rw-r--r-- | core/glib2/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD index 0b4372129..6ba597684 100644 --- a/core/glib2/PKGBUILD +++ b/core/glib2/PKGBUILD @@ -6,7 +6,7 @@ pkgver=2.32.4 pkgrel=1 pkgdesc="Common C routines used by GTK+ and other libs" url="http://www.gtk.org/" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('LGPL') depends=('pcre' 'libffi') makedepends=('pkg-config' 'python2') |