summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2024-02-28 20:40:17 -0500
committerPatrick Northon2024-02-28 20:40:17 -0500
commitf1a3b4a35d33bf8e1c7165e5eefac2927dc0d52d (patch)
treeee1c09589ed51c47678acfe10e3e73133fbe9d3a
parentfe7d76aa4fc5fc80870c166771bf4cd42db84cd6 (diff)
downloadaur-f1a3b4a35d33bf8e1c7165e5eefac2927dc0d52d.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 cdba5aee701e..9c26c702fd73 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.10
+ pkgver = 3.1.11
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.10.tar.gz::https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.10.tar.gz
- sha256sums = f2943e86bfb694e216c60b9a169e5356f8a90f18fbd34d7b6e3450be14f60b10
+ source = imath-3.1.11.tar.gz::https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.11.tar.gz
+ sha256sums = 9057849585e49b8b85abe7cc1e76e22963b01bfdc3b6d83eac90c499cd760063
pkgname = mingw-w64-imath
diff --git a/PKGBUILD b/PKGBUILD
index a64b0a9ea0a3..36b3b99cf2d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=imath
pkgname=mingw-w64-${_pkgname}
-pkgver=3.1.10
+pkgver=3.1.11
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'
@@ -13,7 +13,7 @@ makedepends=('mingw-w64-cmake' 'wine')
checkdepends=('mingw-w64-wine')
options=('staticlibs' '!buildflags' '!strip')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('f2943e86bfb694e216c60b9a169e5356f8a90f18fbd34d7b6e3450be14f60b10')
+sha256sums=('9057849585e49b8b85abe7cc1e76e22963b01bfdc3b6d83eac90c499cd760063')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
_flags=( -Wno-dev -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_RELEASE='-DNDEBUG' -DIMATH_LIB_SUFFIX= )