Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
openexr
Commits:
e226a2be by Antonio Rojas at 2025-06-09T08:56:41+02:00
upgpkg: 3.3.4-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = openexr
pkgdesc = A high dynamic-range image file format library
- pkgver = 3.3.3
+ pkgver = 3.3.4
pkgrel = 1
url = https://www.openexr.com/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = openexr
depends = glibc
depends = imath
depends = libdeflate
- source = git+https://github.com/openexr/openexr#tag=v3.3.3
- sha256sums =
b23d696cea2ed567161ab2172b56a1500084b9608a9a15a37e5bea5c28f2b7a4
+ source = git+https://github.com/openexr/openexr#tag=v3.3.4
+ sha256sums =
4a63fce351d15de94277376b323d3150b8c696546324975d0a47cf48df62f38e
pkgname = openexr
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Tobias Powalowski <[email protected]>
pkgname=openexr
-pkgver=3.3.3
+pkgver=3.3.4
pkgrel=1
pkgdesc='A high dynamic-range image file format library'
url='https://www.openexr.com/'
@@ -14,7 +14,7 @@ depends=(gcc-libs
makedepends=(cmake
git)
source=(git+https://github.com/openexr/openexr#tag=v$pkgver)
-sha256sums=('b23d696cea2ed567161ab2172b56a1500084b9608a9a15a37e5bea5c28f2b7a4')
+sha256sums=('4a63fce351d15de94277376b323d3150b8c696546324975d0a47cf48df62f38e')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openexr/-/commit/e226a2be87d392fa149c8167849b72bbd905355a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openexr/-/commit/e226a2be87d392fa149c8167849b72bbd905355a
You're receiving this email because of your account on gitlab.archlinux.org.