Date: Wednesday, July 21, 2021 @ 06:20:55 Author: arojas Revision: 420238
Update to 3.1.1 Modified: imath/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-21 05:41:13 UTC (rev 420237) +++ PKGBUILD 2021-07-21 06:20:55 UTC (rev 420238) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=imath -pkgver=3.1.0 +pkgver=3.1.1 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=('211c907ab26d10bd01e446da42f073ee7381e1913d8fa48084444bc4e1b4ef87') +sha256sums=('a63fe91d8d0917acdc31b0c9344b1d7dbc74bf42de3e3ef5ec982386324b9ea4') build() { cmake -B build -S Imath-$pkgver \
