Date: Wednesday, March 30, 2022 @ 06:59:08 Author: arojas Revision: 440952
Update to 3.1.5 Modified: imath/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-30 06:56:33 UTC (rev 440951) +++ PKGBUILD 2022-03-30 06:59:08 UTC (rev 440952) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=imath -pkgver=3.1.4 +pkgver=3.1.5 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/' @@ -11,7 +11,7 @@ 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=('fcca5fbb37d375a252bacd8a29935569bdc28b888f01ef1d9299ca0c9e87c17a') +sha256sums=('1e9c7c94797cf7b7e61908aed1f80a331088cc7d8873318f70376e4aed5f25fb') build() { cmake -B build -S Imath-$pkgver \
