Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / imath
Commits: 28649eb6 by Antonio Rojas at 2024-02-29T08:24:17+01:00 upgpkg: 3.1.11-1: Update to 3.1.11 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = imath pkgdesc = A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics - pkgver = 3.1.10 + pkgver = 3.1.11 pkgrel = 1 url = https://www.openexr.com/ arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = imath depends = glibc optdepends = boost-libs: python bindings optdepends = python: python bindings - source = https://github.com/AcademySoftwareFoundation/Imath/archive/v3.1.10/imath-3.1.10.tar.gz - sha256sums = f2943e86bfb694e216c60b9a169e5356f8a90f18fbd34d7b6e3450be14f60b10 + source = https://github.com/AcademySoftwareFoundation/Imath/archive/v3.1.11/imath-3.1.11.tar.gz + sha256sums = 9057849585e49b8b85abe7cc1e76e22963b01bfdc3b6d83eac90c499cd760063 pkgname = imath ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <aro...@archlinux.org> pkgname=imath -pkgver=3.1.10 +pkgver=3.1.11 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/' @@ -15,7 +15,7 @@ makedepends=(boost cmake python) source=(https://github.com/AcademySoftwareFoundation/Imath/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('f2943e86bfb694e216c60b9a169e5356f8a90f18fbd34d7b6e3450be14f60b10') +sha256sums=('9057849585e49b8b85abe7cc1e76e22963b01bfdc3b6d83eac90c499cd760063') build() { cmake -B build -S Imath-$pkgver \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/imath/-/commit/28649eb60ec65bf4b4464e8463db6b1b852fbcdb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/imath/-/commit/28649eb60ec65bf4b4464e8463db6b1b852fbcdb You're receiving this email because of your account on gitlab.archlinux.org.