summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-03-01 17:07:40 -0500
committerPatrick Northon2021-03-01 17:07:40 -0500
commitebee9a6c11a0c02f11cd44d17493bee2d216cac5 (patch)
tree1df65efeb6c2e68f767a2a93e584d3bd4a2428a9
parent84c18a7334dbe82ed93c987a61fb21f0e9723e53 (diff)
downloadaur-ebee9a6c11a0c02f11cd44d17493bee2d216cac5.tar.gz
Update version.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f27b684a6d6c..e8a01ff07590 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = mingw-w64-openimageio
pkgdesc = A library for reading and writing images. (mingw-w64)
- pkgver = 2.2.11.1
+ pkgver = 2.2.12.0
pkgrel = 2
url = http://www.openimageio.org/
arch = any
license = BSD-3-Clause
makedepends = mingw-w64-cmake
+ makedepends = mingw-w64-robin-map
depends = mingw-w64-boost
depends = mingw-w64-openexr
depends = mingw-w64-libtiff
@@ -22,15 +23,14 @@ pkgbase = mingw-w64-openimageio
depends = mingw-w64-opencv
depends = mingw-w64-ffmpeg
depends = mingw-w64-hdf5
- depends = mingw-w64-robin-map
depends = mingw-w64-libraw
depends = mingw-w64-libheif
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/OpenImageIO/oiio/archive/Release-2.2.11.1.tar.gz
+ source = https://github.com/OpenImageIO/oiio/archive/Release-2.2.12.0.tar.gz
source = mingw-dependency-fix.patch
- sha256sums = 120170e8517d8911f52b0fb56f14eb56aad88edd72cc9e4b2e35c74025293b7d
+ sha256sums = 6010b0642b5bf9c045c397a0f0a7efec232fdaffb49984d449073d006e9004a6
sha256sums = 9afbed7e3f989dba04a8bb784af24dda26b362f13d4b5933c56bed68289ee352
pkgname = mingw-w64-openimageio
diff --git a/PKGBUILD b/PKGBUILD
index 374053858762..1074e7f8bd9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=mingw-w64-openimageio
-pkgver=2.2.11.1
+pkgver=2.2.12.0
pkgrel=2
pkgdesc="A library for reading and writing images. (mingw-w64)"
url="http://www.openimageio.org/"
@@ -23,16 +23,15 @@ depends=(
"mingw-w64-opencv"
"mingw-w64-ffmpeg"
"mingw-w64-hdf5"
- "mingw-w64-robin-map"
"mingw-w64-libraw"
"mingw-w64-libheif"
)
-makedepends=("mingw-w64-cmake")
+makedepends=("mingw-w64-cmake" "mingw-w64-robin-map")
arch=("any")
options=(!strip !buildflags staticlibs)
optdepends=()
sha256sums=(
- "120170e8517d8911f52b0fb56f14eb56aad88edd72cc9e4b2e35c74025293b7d"
+ "6010b0642b5bf9c045c397a0f0a7efec232fdaffb49984d449073d006e9004a6"
"9afbed7e3f989dba04a8bb784af24dda26b362f13d4b5933c56bed68289ee352"
)
source=(