summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2020-12-31 19:26:30 -0500
committerPatrick Northon2020-12-31 19:26:30 -0500
commit96d3ea292c06c3c769470c8798bd501f3b59d255 (patch)
tree92f488bf5cc98f95417be3f1810a29ce8f8620ba
parentb7cf48cc484c431f45e367fe6c250e9c2be77d1c (diff)
downloadaur-96d3ea292c06c3c769470c8798bd501f3b59d255.tar.gz
Update version.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91a08649319a..bbeae9ab9909 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-openexr
pkgdesc = An high dynamic-range image file format library (mingw-w64)
- pkgver = 2.5.3
- pkgrel = 3
+ pkgver = 2.5.4
+ pkgrel = 1
url = http://www.openexr.com/
arch = any
license = BSD
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-openexr
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/AcademySoftwareFoundation/openexr/archive/v2.5.3.tar.gz
- sha256sums = 6a6525e6e3907715c6a55887716d7e42d09b54d2457323fcee35a0376960bebf
+ source = https://github.com/AcademySoftwareFoundation/openexr/archive/v2.5.4.tar.gz
+ sha256sums = dba19e9c6720c6f64fbc8b9d1867eaa75da6438109b941eefdc75ed141b6576d
pkgname = mingw-w64-openexr
diff --git a/PKGBUILD b/PKGBUILD
index 927a40f2c8b8..825880047238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=mingw-w64-openexr
-pkgver=2.5.3
-pkgrel=3
+pkgver=2.5.4
+pkgrel=1
pkgdesc="An high dynamic-range image file format library (mingw-w64)"
url="http://www.openexr.com/"
arch=(any)
@@ -11,7 +11,7 @@ depends=('mingw-w64-crt' 'mingw-w64-zlib')
makedepends=('mingw-w64-cmake' 'wine')
options=('staticlibs' '!buildflags' '!strip')
source=("https://github.com/AcademySoftwareFoundation/openexr/archive/v${pkgver}.tar.gz")
-sha256sums=("6a6525e6e3907715c6a55887716d7e42d09b54d2457323fcee35a0376960bebf")
+sha256sums=("dba19e9c6720c6f64fbc8b9d1867eaa75da6438109b941eefdc75ed141b6576d")
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"