summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBehnam Momeni2023-06-02 21:52:56 +0330
committerBehnam Momeni2023-06-02 21:52:56 +0330
commit9ec39e888395ee3f3f80e4feda26c54a8adc9995 (patch)
tree950dd984d78b866cad0eb9c6a302b360c68c65b0 /PKGBUILD
parent10dd68128a0ba488107573fef2611c7ed9b53bc6 (diff)
downloadaur-lib32-imath.tar.gz
Update to version 3.1.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2e02f3137d2..cbd8cd5acb3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=imath
pkgname=lib32-imath
-pkgver=3.1.7
+pkgver=3.1.9
pkgrel=1
pkgdesc='A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics (32-bit)'
url='https://github.com/AcademySoftwareFoundation/Imath'
@@ -12,7 +12,7 @@ license=(BSD)
depends=(lib32-gcc-libs imath)
makedepends=(cmake)
source=("https://github.com/AcademySoftwareFoundation/Imath/archive/v$pkgver/$_basename-$pkgver.tar.gz")
-sha256sums=('bff1fa140f4af0e7f02c6cb78d41b9a7d5508e6bcdfda3a583e35460eb6d4b47')
+sha256sums=('f1d8aacd46afed958babfced3190d2d3c8209b66da451f556abd6da94c165cf3')
build() {
export CC='gcc -m32'