summaryrefslogtreecommitdiff
path: root/community/openimageio/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/openimageio/PKGBUILD')
-rw-r--r--community/openimageio/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD
index 9b5dd3a67..b6cdcd8c1 100644
--- a/community/openimageio/PKGBUILD
+++ b/community/openimageio/PKGBUILD
@@ -4,7 +4,7 @@
_pkg=OpenImageIO
pkgname=openimageio
pkgver=0.10.4
-pkgrel=2
+pkgrel=3
pkgdesc="A library for reading and writing images, including classes, utilities, and applications."
arch=(i686 x86_64)
url="http://www.openimageio.org/"
@@ -12,6 +12,7 @@ license=('custom')
depends=('openexr' 'boost-libs' 'jasper' 'glew')
makedepends=('cmake' 'qt' 'python2' 'boost')
optdepends=('qt: iv image viewer' 'python2: bindings support')
+options=(!buildflags)
source=("https://github.com/$_pkg/oiio/tarball/Release-${pkgver/_/-}")
md5sums=('08a1bc2b82862ad5547bba569f4f633f')