summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-03-30 04:49:46 -0400
committerPatrick Northon2022-03-30 04:49:46 -0400
commit18b74248fcd3caa03ee5832d28226e85bfee0788 (patch)
treecd5ad26954170a248ca7b5ce3e4e401fea8f2aa1
parent72a01bd1c6fa6f8a22f9c54b4b50da97272d24c1 (diff)
downloadaur-18b74248fcd3caa03ee5832d28226e85bfee0788.tar.gz
Update version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ebdeb36bc79..8b4eeda579fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-imath
pkgdesc = A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics (mingw-w64)
- pkgver = 3.1.4
+ pkgver = 3.1.5
pkgrel = 1
url = https://github.com/AcademySoftwareFoundation/Imath
arch = any
@@ -12,7 +12,7 @@ pkgbase = mingw-w64-imath
options = staticlibs
options = !buildflags
options = !strip
- source = imath-3.1.4.tar.gz::https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.4.tar.gz
- sha256sums = fcca5fbb37d375a252bacd8a29935569bdc28b888f01ef1d9299ca0c9e87c17a
+ source = imath-3.1.5.tar.gz::https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.5.tar.gz
+ sha256sums = 1e9c7c94797cf7b7e61908aed1f80a331088cc7d8873318f70376e4aed5f25fb
pkgname = mingw-w64-imath
diff --git a/PKGBUILD b/PKGBUILD
index cd690782909a..69d110719f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=imath
pkgname=mingw-w64-${_pkgname}
-pkgver=3.1.4
+pkgver=3.1.5
pkgrel=1
pkgdesc='A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics (mingw-w64)'
url='https://github.com/AcademySoftwareFoundation/Imath'
@@ -15,7 +15,7 @@ options=('staticlibs' '!buildflags' '!strip')
source=(
"$_pkgname-$pkgver.tar.gz::https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v${pkgver}.tar.gz"
)
-sha256sums=('fcca5fbb37d375a252bacd8a29935569bdc28b888f01ef1d9299ca0c9e87c17a')
+sha256sums=('1e9c7c94797cf7b7e61908aed1f80a331088cc7d8873318f70376e4aed5f25fb')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
_flags=( -Wno-dev -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_RELEASE='-O2 -DNDEBUG' -DIMATH_LIB_SUFFIX= )