* update openexr to 3.1.9-1

This commit is contained in:
Alexander Baldeck 2023-07-05 00:01:50 +02:00
parent 9b7657abcb
commit bc37e93af5

View File

@ -2,7 +2,7 @@
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=openexr
pkgver=3.1.7
pkgver=3.1.9
pkgrel=1
pkgdesc='A high dynamic-range image file format library'
url='https://www.openexr.com/'
@ -11,7 +11,7 @@ license=(BSD)
depends=(zlib imath)
makedepends=(cmake)
source=(https://github.com/openexr/openexr/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('78dbca39115a1c526e6728588753955ee75fa7f5bb1a6e238bed5b6d66f91fd7')
sha256sums=('103e902d3902800ab07b5f3a298be7afd2755312737b2cdbfa01326ff99dac07')
build() {
cmake -B build -S $pkgname-$pkgver \