Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / imath
Commits:
01c07733 by Antonio Rojas at 2025-10-09T00:04:15+02:00
upgpkg: 3.2.2-1: Upstream update
- - - - -
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.2.1
+ pkgver = 3.2.2
pkgrel = 1
url = https://www.openexr.com/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = imath
depends = glibc
optdepends = boost-libs: python bindings
optdepends = python: python bindings
- source =
git+https://github.com/AcademySoftwareFoundation/Imath#tag=v3.2.1
- sha256sums =
39524cc892e6574a8eec8fcdc601a074bc368cb477e77750a10805263fece2f9
+ source =
git+https://github.com/AcademySoftwareFoundation/Imath#tag=v3.2.2
+ sha256sums =
c691c5d0ae8efb549ee558ba0876eda345817ba15718384dccd6b32c06c58212
pkgname = imath
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=imath
-pkgver=3.2.1
+pkgver=3.2.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/'
@@ -17,7 +17,7 @@ makedepends=(boost
python
python-numpy)
source=(git+https://github.com/AcademySoftwareFoundation/Imath#tag=v$pkgver)
-sha256sums=('39524cc892e6574a8eec8fcdc601a074bc368cb477e77750a10805263fece2f9')
+sha256sums=('c691c5d0ae8efb549ee558ba0876eda345817ba15718384dccd6b32c06c58212')
build() {
cmake -B build -S Imath \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/imath/-/commit/01c077339083ca5dd5a780c7483df58ffc813999
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/imath/-/commit/01c077339083ca5dd5a780c7483df58ffc813999
You're receiving this email because of your account on gitlab.archlinux.org.