diff options
Diffstat (limited to 'community/glpng/PKGBUILD')
-rw-r--r-- | community/glpng/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/glpng/PKGBUILD b/community/glpng/PKGBUILD index 0c604e544..bcb6d09be 100644 --- a/community/glpng/PKGBUILD +++ b/community/glpng/PKGBUILD @@ -5,7 +5,7 @@ pkgname=glpng pkgver=1.45 pkgrel=5 pkgdesc="Toolkit for loading PNG images as OpenGL textures" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.fifi.org/doc/libglpng-dev/glpng.html" license=('custom') depends=('libpng' 'libgl') |