Date: Sunday, January 18, 2015 @ 17:07:21 Author: svenstaro Revision: 126108
upgpkg: openimageio 1.4.15-1 upstream release 1.4.15 Modified: openimageio/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-18 15:29:04 UTC (rev 126107) +++ PKGBUILD 2015-01-18 16:07:21 UTC (rev 126108) @@ -3,7 +3,7 @@ # Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> pkgname=openimageio -pkgver=1.4.14 +pkgver=1.4.15 pkgrel=1 pkgdesc="A library for reading and writing images, including classes, utilities, and applications" arch=(i686 x86_64) @@ -19,8 +19,9 @@ prepare() { cd oiio + curl "https://github.com/OpenImageIO/oiio/commit/e1150f22f012d8d86f14534eda14bec960e96f3e.patch"|patch -Np1 # https://github.com/OpenImageIO/oiio/issues/987 - git revert -n 6f0e019 + #git revert -n 6f0e019 } build() {