summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-02-13 17:53:57 -0500
committerPatrick Northon2021-02-13 17:53:57 -0500
commit84c18a7334dbe82ed93c987a61fb21f0e9723e53 (patch)
tree4b0a1ad1a730e40aa595d0f137e80c1962867865
parent4564264d57e3e9f7b4d7a7fe7f7f5751066f317a (diff)
downloadaur-84c18a7334dbe82ed93c987a61fb21f0e9723e53.tar.gz
Update mingw-w64-robin-map dependency.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7af1cada73b2..f27b684a6d6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-openimageio
pkgdesc = A library for reading and writing images. (mingw-w64)
pkgver = 2.2.11.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.openimageio.org/
arch = any
license = BSD-3-Clause
@@ -22,7 +22,7 @@ pkgbase = mingw-w64-openimageio
depends = mingw-w64-opencv
depends = mingw-w64-ffmpeg
depends = mingw-w64-hdf5
- depends = mingw-w64-robinmap
+ depends = mingw-w64-robin-map
depends = mingw-w64-libraw
depends = mingw-w64-libheif
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index f2344a7d61a8..374053858762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-openimageio
pkgver=2.2.11.1
-pkgrel=1
+pkgrel=2
pkgdesc="A library for reading and writing images. (mingw-w64)"
url="http://www.openimageio.org/"
license=("BSD-3-Clause")
@@ -23,7 +23,7 @@ depends=(
"mingw-w64-opencv"
"mingw-w64-ffmpeg"
"mingw-w64-hdf5"
- "mingw-w64-robinmap"
+ "mingw-w64-robin-map"
"mingw-w64-libraw"
"mingw-w64-libheif"
)