summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-11-07 19:47:25 -0500
committerPatrick Northon2022-11-07 19:47:25 -0500
commitf2fbf06c5a36a161ce2775353e2840a0197fb1d1 (patch)
treeb9df7ad84d2745944e9088e24e0f1a2982be642b
parent18b74248fcd3caa03ee5832d28226e85bfee0788 (diff)
downloadaur-f2fbf06c5a36a161ce2775353e2840a0197fb1d1.tar.gz
Update version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b4eeda579fb..a5f0cdf2b5c4 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.5
+ pkgver = 3.1.6
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.5.tar.gz::https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.5.tar.gz
- sha256sums = 1e9c7c94797cf7b7e61908aed1f80a331088cc7d8873318f70376e4aed5f25fb
+ source = imath-3.1.6.tar.gz::https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.6.tar.gz
+ sha256sums = ea5592230f5ab917bea3ceab266cf38eb4aa4a523078d46eac0f5a89c52304db
pkgname = mingw-w64-imath
diff --git a/PKGBUILD b/PKGBUILD
index 69d110719f8f..cda06941deeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=imath
pkgname=mingw-w64-${_pkgname}
-pkgver=3.1.5
+pkgver=3.1.6
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,10 +15,10 @@ options=('staticlibs' '!buildflags' '!strip')
source=(
"$_pkgname-$pkgver.tar.gz::https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v${pkgver}.tar.gz"
)
-sha256sums=('1e9c7c94797cf7b7e61908aed1f80a331088cc7d8873318f70376e4aed5f25fb')
+sha256sums=('ea5592230f5ab917bea3ceab266cf38eb4aa4a523078d46eac0f5a89c52304db')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
-_flags=( -Wno-dev -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_RELEASE='-O2 -DNDEBUG' -DIMATH_LIB_SUFFIX= )
+_flags=( -Wno-dev -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_RELEASE='-DNDEBUG' -DIMATH_LIB_SUFFIX= )
_srcdir="Imath-${pkgver}"
prepare() {