diff options
Diffstat (limited to 'community/quesoglc')
-rw-r--r-- | community/quesoglc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/quesoglc/PKGBUILD b/community/quesoglc/PKGBUILD index 8e12b892d..ec287ab3b 100644 --- a/community/quesoglc/PKGBUILD +++ b/community/quesoglc/PKGBUILD @@ -4,7 +4,7 @@ pkgname=quesoglc pkgver=0.7.2 pkgrel=1 pkgdesc='The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming interface (API).' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://quesoglc.sourceforge.net/' license=('GPL') depends=('freetype2' 'fontconfig' 'freeglut' 'fribidi' 'mesa') |