diff options
Diffstat (limited to 'extra/opengtl')
-rw-r--r-- | extra/opengtl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/opengtl/PKGBUILD b/extra/opengtl/PKGBUILD index a5c7d41c6..1b4168f99 100644 --- a/extra/opengtl/PKGBUILD +++ b/extra/opengtl/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.9.15.1 pkgrel=1 pkgdesc="A set of library for using and integrating transformation algorithms (such as filter or color conversion) in graphics applications" url="http://www.opengtl.org" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('gcc-libs') makedepends=('cmake' 'llvm' 'libpng') |