diff options
Diffstat (limited to 'community/openimageio/PKGBUILD')
-rw-r--r-- | community/openimageio/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD index c9a74bf78..583bda8a4 100644 --- a/community/openimageio/PKGBUILD +++ b/community/openimageio/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 85378 2013-03-01 10:36:19Z andrea $ +# $Id: PKGBUILD 87425 2013-03-31 19:18:31Z stephane $ # Contributor: SpepS <dreamspepser at yahoo dot it> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> pkgname=openimageio -pkgver=1.1.7 -pkgrel=2 +pkgver=1.1.8 +pkgrel=1 pkgdesc="A library for reading and writing images, including classes, utilities, and applications" arch=(i686 x86_64) url="http://www.openimageio.org/" @@ -14,7 +14,7 @@ makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa') optdepends=('qt4: iv image viewer' 'python2: bindings support') source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver) -md5sums=('5fafac9b5f9f7edc9bd0507477c12e0d') +md5sums=('2d816e0ff48f12dfc0491d39a4918456') build() { cd "$srcdir"/$_pkgname* |