[arch-commits] Commit in imath/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed May 19 06:23:24 UTC 2021
Date: Wednesday, May 19, 2021 @ 06:23:23
Author: arojas
Revision: 415724
Update to 3.0.3
Modified:
imath/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-19 05:02:24 UTC (rev 415723)
+++ PKGBUILD 2021-05-19 06:23:23 UTC (rev 415724)
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=imath
-pkgver=3.0.2
+pkgver=3.0.3
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=('85c9939390afd33e93e7bea9c2b8e5dcd37958daa5d70214c58e9b00320ebf29')
+sha256sums=('296c4facd4e5022a937f9ac7c354d62f0d002d3bf47434e91c5ee5f4a4f8ee93')
build() {
cmake -B build -S Imath-$pkgver \
More information about the arch-commits
mailing list