summaryrefslogtreecommitdiff
path: root/community/openimageio/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/openimageio/PKGBUILD')
-rw-r--r--community/openimageio/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD
index c3a38cdf8..f0ca5cfa1 100644
--- a/community/openimageio/PKGBUILD
+++ b/community/openimageio/PKGBUILD
@@ -1,11 +1,10 @@
-# $Id: PKGBUILD 68034 2012-03-17 05:42:53Z svenstaro $
+# $Id: PKGBUILD 70334 2012-05-04 17:47:24Z svenstaro $
# Contributor: SpepS <dreamspepser at yahoo dot it>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=openimageio
-_pkgname=OpenImageIO
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
pkgdesc="A library for reading and writing images, including classes, utilities, and applications."
arch=(i686 x86_64)
url="http://www.openimageio.org/"
@@ -14,8 +13,8 @@ depends=('openexr' 'boost-libs' 'jasper' 'glew')
makedepends=('cmake' 'qt' 'python2' 'boost')
optdepends=('qt: iv image viewer'
'python2: bindings support')
-source=("https://github.com/$_pkg/oiio/tarball/Release-${pkgver/_/-}")
-md5sums=('5b74d7bda23f4b0e33c5104fd8dbdf79')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('2114f40a6015d2ba4d36fc18620f2edb')
build() {
cd "$srcdir"/$_pkgname*/src