Date: Tuesday, March 7, 2023 @ 08:15:01 Author: arojas Revision: 470351
upgpkg: imath 3.1.7-1: Update to 3.1.7 Modified: imath/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-07 07:44:51 UTC (rev 470350) +++ PKGBUILD 2023-03-07 08:15:01 UTC (rev 470351) @@ -1,8 +1,8 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=imath -pkgver=3.1.6 -pkgrel=2 +pkgver=3.1.7 +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) @@ -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=('ea5592230f5ab917bea3ceab266cf38eb4aa4a523078d46eac0f5a89c52304db') +sha256sums=('bff1fa140f4af0e7f02c6cb78d41b9a7d5508e6bcdfda3a583e35460eb6d4b47') build() { cmake -B build -S Imath-$pkgver \
