diff options
Diffstat (limited to 'community/openimageio/PKGBUILD')
-rw-r--r-- | community/openimageio/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD index f0ca5cfa1..c7b8e1ce7 100644 --- a/community/openimageio/PKGBUILD +++ b/community/openimageio/PKGBUILD @@ -6,7 +6,7 @@ pkgname=openimageio pkgver=1.0.4 pkgrel=1 pkgdesc="A library for reading and writing images, including classes, utilities, and applications." -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.openimageio.org/" license=('custom') depends=('openexr' 'boost-libs' 'jasper' 'glew') |