diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-30 08:56:50 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-30 08:56:50 -0500 |
commit | 80148448a32ef60b19d35d7ff4e3a7443c43a41b (patch) | |
tree | e859645d9a90ab93ca3f6fc04b53075fff831632 /community/glfw | |
parent | c7e80d90ff5637e1be58084748ff74d0aefda9dd (diff) |
Add mips64el in archs
Diffstat (limited to 'community/glfw')
-rw-r--r-- | community/glfw/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD index dda84c6ff..db6073db4 100644 --- a/community/glfw/PKGBUILD +++ b/community/glfw/PKGBUILD @@ -10,7 +10,7 @@ pkgname=glfw pkgver=2.7.5 pkgrel=1 pkgdesc="A free, open source, portable framework for OpenGL application development" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.glfw.org/" license=('custom:ZLIB') depends=('libgl' 'libxrandr') |