community/openimageio to 1.3.13-1

This commit is contained in:
Kevin Mihelich 2014-05-04 01:35:29 +00:00
parent aaa3fd0949
commit ba57f1f027

View file

@ -6,7 +6,7 @@
# - removed intel-tbb from deps, set -DUSE_TBB=0
pkgname=openimageio
pkgver=1.3.11
pkgver=1.3.13
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=('a1b6b4cbc863fa49259d0f32da4288d7')
md5sums=('a0e187243c568df36e125c81c0a0efe3')
build() {
cd oiio-Release-$pkgver