Date: Saturday, March 14, 2015 @ 14:09:29 Author: svenstaro Revision: 129241
upgpkg: openimageio 1.5.13-1 upstream release 1.5.13 Modified: openimageio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-14 12:38:26 UTC (rev 129240) +++ PKGBUILD 2015-03-14 13:09:29 UTC (rev 129241) @@ -3,8 +3,8 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=openimageio -pkgver=1.4.15 -pkgrel=2 +pkgver=1.5.13 +pkgrel=1 pkgdesc="A library for reading and writing images, including classes, utilities, and applications" arch=(i686 x86_64) url="http://www.openimageio.org/" @@ -19,7 +19,7 @@ prepare() { cd oiio - curl "https://github.com/OpenImageIO/oiio/commit/e1150f22f012d8d86f14534eda14bec960e96f3e.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 }
