diff options
Diffstat (limited to 'community/mygui/PKGBUILD')
-rw-r--r-- | community/mygui/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mygui/PKGBUILD b/community/mygui/PKGBUILD index c86d93948..9496b00da 100644 --- a/community/mygui/PKGBUILD +++ b/community/mygui/PKGBUILD @@ -6,7 +6,7 @@ pkgname=('mygui' 'mygui-docs') pkgver=3.2.0 pkgrel=3 pkgdesc="A multilayer and overlappable GUI System for OGRE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mygui.info/" license=('LGPL') depends=('boost-libs' 'ogre' 'ois') |