Date: Saturday, March 14, 2015 @ 15:15:01 Author: svenstaro Revision: 129255
upgpkg: openimageio 1.4.16-1 upstream release 1.4.16 Modified: openimageio/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-14 13:39:42 UTC (rev 129254) +++ PKGBUILD 2015-03-14 14:15:01 UTC (rev 129255) @@ -3,7 +3,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=openimageio -pkgver=1.5.13 +pkgver=1.4.16 pkgrel=1 pkgdesc="A library for reading and writing images, including classes, utilities, and applications" arch=(i686 x86_64) @@ -19,6 +19,7 @@ prepare() { cd oiio + #curl "https://github.com/OpenImageIO/oiio/pull/982.patch"|patch -Np1 #curl "https://github.com/OpenImageIO/oiio/commit/e1150f22f012d8d86f14534eda14bec960e96f3e.patch"|patch -Np1 # https://github.com/OpenImageIO/oiio/issues/987 #git revert -n 6f0e019
