mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/openimageio to 1.2.1-1
This commit is contained in:
parent
8823b6cf9f
commit
63f31eb0c7
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
|||
# - patch to block out x86 asm (https://github.com/OpenImageIO/oiio/pull/546)
|
||||
|
||||
pkgname=openimageio
|
||||
pkgver=1.2.0
|
||||
pkgrel=2
|
||||
pkgver=1.2.1
|
||||
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 @@ optdepends=('qt4: iv image viewer'
|
|||
'python2: bindings support')
|
||||
source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver
|
||||
arm.patch)
|
||||
md5sums=('8738dd9b24fc4f0cb3eebb094347104a'
|
||||
md5sums=('c98d002c9ec843b7cc35d7aec5f03326'
|
||||
'd3a81f05892a747e922aed541059aade')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue