diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD index fcb9549ac..86b3f67c8 100644 --- a/community/openimageio/PKGBUILD +++ b/community/openimageio/PKGBUILD @@ -6,12 +6,12 @@ pkgname=openimageio pkgver=2.1.11.2 -pkgrel=1 +pkgrel=2 pkgdesc="A library for reading and writing images, including classes, utilities, and applications" arch=(x86_64) url="http://www.openimageio.org/" license=('custom') -depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 'intel-tbb' 'openssl' 'libpng' 'libraw' 'libwebp') +depends=('openexr' 'boost-libs' 'openjpeg' 'glew' 'libtiff' 'opencolorio' 'intel-tbb' 'openssl' 'libpng' 'libraw' 'libwebp') makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'git' 'freetype2' 'fontconfig' 'libxrender') optdepends=('qt5-base: iv image viewer' 'python: bindings support')