Date: Tuesday, May 18, 2021 @ 06:08:51 Author: arojas Revision: 415645
Update to 3.0.2 Modified: imath/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-18 05:55:54 UTC (rev 415644) +++ PKGBUILD 2021-05-18 06:08:51 UTC (rev 415645) @@ -1,10 +1,10 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=imath -pkgver=3.0.1 +pkgver=3.0.2 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/" +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) license=(BSD) depends=(gcc-libs) @@ -11,12 +11,11 @@ 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=('9cd984bb6b0a9572dd4a373b1fab60bc4c992a52ec5c68328fe0f48f194ba3c0') +sha256sums=('85c9939390afd33e93e7bea9c2b8e5dcd37958daa5d70214c58e9b00320ebf29') build() { cmake -B build -S Imath-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=None \ -DPYTHON=ON cmake --build build }
