diff options
author | Gonzalo Exequiel Pedone | 2025-03-29 14:38:19 -0300 |
---|---|---|
committer | Gonzalo Exequiel Pedone | 2025-03-29 14:38:19 -0300 |
commit | 05793b078ab0d4e49d386c30e097b0848cce588b (patch) | |
tree | 6046454db953c88efc3232f1c5ffd405224bcf89 /PKGBUILD | |
parent | 17bd0c34cc973eecc7f8fef15096c747413c733c (diff) | |
download | aur-05793b078ab0d4e49d386c30e097b0848cce588b.tar.gz |
Package updated to 3.3.3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}" |