* update imath to 3.1.11-1

This commit is contained in:
Alexander Baldeck 2024-04-09 19:40:41 +02:00
parent 457895ccda
commit 05f10987a6

View File

@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=imath
pkgver=3.1.10
pkgver=3.1.11
pkgrel=1
pkgdesc='A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics'
url='https://www.openexr.com/'
@ -16,7 +16,7 @@ makedepends=(boost
cmake
python)
source=(https://github.com/AcademySoftwareFoundation/Imath/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('f2943e86bfb694e216c60b9a169e5356f8a90f18fbd34d7b6e3450be14f60b10')
sha256sums=('9057849585e49b8b85abe7cc1e76e22963b01bfdc3b6d83eac90c499cd760063')
build() {
cmake -B build -S Imath-$pkgver \