community/openimageio to 1.3.11-1

This commit is contained in:
Kevin Mihelich 2014-01-13 20:41:24 +00:00
parent d5bfd9a8b7
commit 1801a8e1ef

View file

@ -6,7 +6,7 @@
# - removed intel-tbb from deps, set -DUSE_TBB=0
pkgname=openimageio
pkgver=1.3.10
pkgver=1.3.11
pkgrel=1
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
arch=(i686 x86_64)
@ -17,7 +17,7 @@ makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
optdepends=('qt4: iv image viewer'
'python2: bindings support')
source=(https://github.com/OpenImageIO/oiio/archive/Release-${pkgver}.tar.gz)
md5sums=('e1cd34e1926b7c15626f8618e9e4fc70')
md5sums=('a1b6b4cbc863fa49259d0f32da4288d7')
build() {
cd oiio-Release-$pkgver