diff options
Diffstat (limited to 'community/openimageio/PKGBUILD')
-rw-r--r-- | community/openimageio/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD index 1e99fca3f..5acccb045 100644 --- a/community/openimageio/PKGBUILD +++ b/community/openimageio/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 103862 2014-01-12 20:24:23Z foutrelis $ +# $Id: PKGBUILD 103941 2014-01-13 19:39:24Z svenstaro $ # Contributor: SpepS <dreamspepser at yahoo dot it> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> 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) @@ -14,7 +14,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 |