Date: Wednesday, June 30, 2021 @ 16:18:17 Author: arojas Revision: 418796
Update to 3.0.5 Modified: imath/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-30 15:17:20 UTC (rev 418795) +++ PKGBUILD 2021-06-30 16:18:17 UTC (rev 418796) @@ -1,8 +1,8 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=imath -pkgver=3.0.4 -pkgrel=2 +pkgver=3.0.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/' 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=('3b5cef518964755963550b5f4a16e7c0a0872574921b1443f1d47fdb6b8c5afe') +sha256sums=('38b94c840c6400959ccf647bc1631f96f3170cb081021d774813803e798208bd') build() { cmake -B build -S Imath-$pkgver \
