summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b7092484935..ea27e5f50c25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = android-x86-64-imath
pkgdesc = A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics (Android x86-64)
- pkgver = 3.1.11
- pkgrel = 2
+ pkgver = 3.1.12
+ pkgrel = 1
url = https://www.openexr.com/
arch = any
groups = android-imath
@@ -13,7 +13,7 @@ pkgbase = android-x86-64-imath
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://github.com/AcademySoftwareFoundation/Imath/archive/v3.1.11/imath-3.1.11.tar.gz
- sha256sums = 9057849585e49b8b85abe7cc1e76e22963b01bfdc3b6d83eac90c499cd760063
+ source = https://github.com/AcademySoftwareFoundation/Imath/archive/v3.1.12/imath-3.1.12.tar.gz
+ md5sums = 2262c2f1f2915695eb38523e632c31ea
pkgname = android-x86-64-imath
diff --git a/PKGBUILD b/PKGBUILD
index c6786d761603..e209473aac35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-imath
-pkgver=3.1.11
-pkgrel=2
+pkgver=3.1.12
+pkgrel=1
pkgdesc="A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics (Android ${_android_arch})"
arch=('any')
url='https://www.openexr.com/'
@@ -16,7 +16,7 @@ makedepends=('android-cmake'
"android-${_android_arch}-boost")
options=(!strip !buildflags staticlibs !emptydirs)
source=("https://github.com/AcademySoftwareFoundation/Imath/archive/v${pkgver}/imath-${pkgver}.tar.gz")
-sha256sums=('9057849585e49b8b85abe7cc1e76e22963b01bfdc3b6d83eac90c499cd760063')
+md5sums=('2262c2f1f2915695eb38523e632c31ea')
build() {
cd "${srcdir}/Imath-${pkgver}"