summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2025-03-29 14:38:19 -0300
committerGonzalo Exequiel Pedone2025-03-29 14:38:19 -0300
commit05793b078ab0d4e49d386c30e097b0848cce588b (patch)
tree6046454db953c88efc3232f1c5ffd405224bcf89 /PKGBUILD
parent17bd0c34cc973eecc7f8fef15096c747413c733c (diff)
downloadaur-05793b078ab0d4e49d386c30e097b0848cce588b.tar.gz
Package updated to 3.3.3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed4c9be750b8..7c916fbb2c52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-openexr
-pkgver=3.3.2
+pkgver=3.3.3
pkgrel=1
arch=('any')
pkgdesc="A high dynamic-range image file format library (Android ${_android_arch})"
@@ -16,7 +16,7 @@ depends=("android-${_android_arch}-imath"
makedepends=('android-cmake')
options=(!strip !buildflags staticlibs !emptydirs)
source=("https://github.com/openexr/openexr/archive/v${pkgver}/openexr-${pkgver}.tar.gz")
-md5sums=('0ca7b46575537ff495d9914166aafa65')
+md5sums=('1748da38ffd037f6cc32347b2f40aa0e')
build() {
cd "${srcdir}/openexr-${pkgver}"