From ba57f1f0279596ea323a2d84fee179a7abfc5be1 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Sun, 4 May 2014 01:35:29 +0000
Subject: [PATCH] community/openimageio to 1.3.13-1

---
 community/openimageio/PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD
index ad4a63444..ba06b5d7b 100644
--- a/community/openimageio/PKGBUILD
+++ b/community/openimageio/PKGBUILD
@@ -6,7 +6,7 @@
 #  - removed intel-tbb from deps, set -DUSE_TBB=0
 
 pkgname=openimageio
-pkgver=1.3.11
+pkgver=1.3.13
 pkgrel=1
 pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
 arch=(i686 x86_64)
@@ -17,7 +17,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=('a1b6b4cbc863fa49259d0f32da4288d7')
+md5sums=('a0e187243c568df36e125c81c0a0efe3')
 
 build() {
   cd oiio-Release-$pkgver