Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
openexr


Commits:
542fbae6 by Antonio Rojas at 2023-09-27T17:11:54+02:00
upgpkg: 3.2.1-1: Update to 3.2.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = openexr
+       pkgdesc = A high dynamic-range image file format library
+       pkgver = 3.2.1
+       pkgrel = 1
+       url = https://www.openexr.com/
+       arch = x86_64
+       license = BSD
+       makedepends = cmake
+       depends = gcc-libs
+       depends = glibc
+       depends = imath
+       depends = libdeflate
+       source = 
https://github.com/openexr/openexr/archive/v3.2.1/openexr-3.2.1.tar.gz
+       sha256sums = 
61e175aa2203399fb3c8c2288752fbea3c2637680d50b6e306ea5f8ffdd46a9b
+
+pkgname = openexr


=====================================
PKGBUILD
=====================================
@@ -1,16 +1,19 @@
 # Maintainer: Tobias Powalowski <tp...@archlinux.org>
 
 pkgname=openexr
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc='A high dynamic-range image file format library'
 url='https://www.openexr.com/'
 arch=(x86_64)
 license=(BSD)
-depends=(imath libdeflate)
+depends=(gcc-libs
+         glibc
+         imath
+         libdeflate)
 makedepends=(cmake)
 
source=(https://github.com/openexr/openexr/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b1b200606640547fceff0d3ebe01ac05c4a7ae2a131be7e9b3e5b9f491ef35b3')
+sha256sums=('61e175aa2203399fb3c8c2288752fbea3c2637680d50b6e306ea5f8ffdd46a9b')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openexr/-/commit/542fbae665d5383253b0824d02d64bfa099620fe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openexr/-/commit/542fbae665d5383253b0824d02d64bfa099620fe
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to