diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-10-21 20:18:54 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-10-21 20:18:54 +0200 |
commit | e3067895d82bac0c930420d43b30aea744e1a222 (patch) | |
tree | ba747fe0ff6feb6cde704204aa4779fe66454748 /extra/glu/PKGBUILD | |
parent | acb220dc179b89298b8a8cfb6b47f68ad296b332 (diff) |
Add missing arches.
Diffstat (limited to 'extra/glu/PKGBUILD')
-rw-r--r-- | extra/glu/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/glu/PKGBUILD b/extra/glu/PKGBUILD index a3905a97e..5c75027b2 100644 --- a/extra/glu/PKGBUILD +++ b/extra/glu/PKGBUILD @@ -6,7 +6,7 @@ pkgname=glu pkgver=9.0.0 pkgrel=1 pkgdesc="Mesa OpenGL Utility library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cgit.freedesktop.org/mesa/glu/" license=('LGPL') depends=('libgl') |