From bc2579c1eb873eaa8ab37289f240ea4af3eeb2e6 Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 4 Jul 2023 23:48:17 +0200 Subject: [PATCH] * update imath to 3.1.9-1 --- imath/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imath/PKGBUILD b/imath/PKGBUILD index 9e497e2521..e4876bf8fb 100644 --- a/imath/PKGBUILD +++ b/imath/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Antonio Rojas pkgname=imath -pkgver=3.1.7 -pkgrel=2 +pkgver=3.1.9 +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/' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) @@ -12,7 +12,7 @@ depends=(gcc-libs) optdepends=('python: python bindings' 'boost-libs: python bindings') makedepends=(cmake python boost) source=(https://github.com/AcademySoftwareFoundation/Imath/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('bff1fa140f4af0e7f02c6cb78d41b9a7d5508e6bcdfda3a583e35460eb6d4b47') +sha256sums=('f1d8aacd46afed958babfced3190d2d3c8209b66da451f556abd6da94c165cf3') build() { cmake -B build -S Imath-$pkgver \