Date: Tuesday, August 12, 2014 @ 03:25:48 Author: svenstaro Revision: 117226
upgpkg: openimageio 1.4.11-1 upstream release 1.4.11 Modified: openimageio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-12 01:20:12 UTC (rev 117225) +++ PKGBUILD 2014-08-12 01:25:48 UTC (rev 117226) @@ -3,8 +3,8 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=openimageio -pkgver=1.4.5.git -pkgrel=2 +pkgver=1.4.11 +pkgrel=1 pkgdesc="A library for reading and writing images, including classes, utilities, and applications" arch=(i686 x86_64) url="http://www.openimageio.org/" @@ -13,7 +13,7 @@ makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git') optdepends=('qt4: iv image viewer' 'python2: bindings support') -source=(git+git://github.com/OpenImageIO/oiio.git#commit=0e4a24bb) +source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver}) md5sums=('SKIP') build() {
