diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-06 16:10:02 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-06 16:10:02 -0300 |
commit | 8b44442b73b146098d1a31c01587634de84bdc77 (patch) | |
tree | 89bcf323ae6eb0754b205009b0831a94175ca7dd /libre | |
parent | dbcc50a65f709033e5f748592fa3e493360ca6a4 (diff) |
openimageio-1.3.13-1: updating version
Diffstat (limited to 'libre')
-rw-r--r-- | libre/openimageio/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/openimageio/PKGBUILD b/libre/openimageio/PKGBUILD index 9e7217250..3b3b2eed1 100644 --- a/libre/openimageio/PKGBUILD +++ b/libre/openimageio/PKGBUILD @@ -2,8 +2,8 @@ # based of Arch pkg pkgname=openimageio -pkgver=1.3.12 -pkgrel=2 +pkgver=1.3.13 +pkgrel=1 pkgdesc='A library for reading and writing images, including classes, utilities, and applications (built for the blender-libre package)' arch=( mips64el @@ -38,7 +38,7 @@ optdepends=( 'python2: bindings support' ) source=https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz -sha512sums=SKIP +sha512sums=6a8061da573f43954d6df3e67f81fbf2760482ecfb062f0ccac86fee878afc74a2e886d090760836e96c9d3ee866a971b0ee1dee404a626fe341237f9e3c32f1 prepare() { cd oiio-Release-$pkgver |