[arch-commits] Commit in imath/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Jan 21 20:42:37 UTC 2022


    Date: Friday, January 21, 2022 @ 20:42:37
  Author: arojas
Revision: 434885

Update to 3.1.4

Modified:
  imath/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-21 20:39:59 UTC (rev 434884)
+++ PKGBUILD	2022-01-21 20:42:37 UTC (rev 434885)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=imath
-pkgver=3.1.3
-pkgrel=4
+pkgver=3.1.4
+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=('0bf7ec51162c4d17a4c5b850fb3f6f7a195cff9fa71f4da7735f74d7b5124320')
+sha256sums=('fcca5fbb37d375a252bacd8a29935569bdc28b888f01ef1d9299ca0c9e87c17a')
 
 build() {
   cmake -B build -S Imath-$pkgver \



More information about the arch-commits mailing list