diff options
Diffstat (limited to 'extra/opengtl/PKGBUILD')
-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 48dd55c34..65c934af6 100644 --- a/extra/opengtl/PKGBUILD +++ b/extra/opengtl/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.9.16 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' 'llvm') makedepends=('cmake' 'libpng') |