diff options
author | Patrick Northon | 2023-03-02 06:21:25 -0500 |
---|---|---|
committer | Patrick Northon | 2023-03-02 06:21:25 -0500 |
commit | 80202545bfbe8444d16154ab18b6d3d675e19c6b (patch) | |
tree | adb03b604df6434a57fb9d81e737468c48774969 /PKGBUILD | |
parent | f2fbf06c5a36a161ce2775353e2840a0197fb1d1 (diff) | |
download | aur-80202545bfbe8444d16154ab18b6d3d675e19c6b.tar.gz |
Update version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ _pkgname=imath pkgname=mingw-w64-${_pkgname} -pkgver=3.1.6 +pkgver=3.1.7 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=('ea5592230f5ab917bea3ceab266cf38eb4aa4a523078d46eac0f5a89c52304db') +sha256sums=('bff1fa140f4af0e7f02c6cb78d41b9a7d5508e6bcdfda3a583e35460eb6d4b47') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' _flags=( -Wno-dev -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_RELEASE='-DNDEBUG' -DIMATH_LIB_SUFFIX= ) |