mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/openimageio to 1.3.13-1
This commit is contained in:
parent
aaa3fd0949
commit
ba57f1f027
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue