summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2021-06-25 00:15:33 +0200
committerMartin Diehl2021-06-25 00:15:33 +0200
commitcd98ec64672b3c2ed59e792375974feb0b359ddd (patch)
tree4d9505910314d784908da4a3d32db351e38aa032 /PKGBUILD
parenta318c25b6c3fb6aeff2913a5a7b44ac5854643cf (diff)
downloadaur-cd98ec64672b3c2ed59e792375974feb0b359ddd.tar.gz
0.31.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 985db2cc13e6..9543cfe48ca3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-pyvista
-pkgver=0.31.1
+pkgver=0.31.3
pkgrel=1
pkgdesc='3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)'
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
makdepends=('python-setuptools')
depends=('python-numpy' 'python-imageio' 'python-pillow' 'python-appdirs' 'python-scooby' 'python-meshio' 'paraview' 'python-transforms3d')
source=("https://github.com/pyvista/pyvista/archive/${pkgver}.tar.gz")
-sha512sums=('dcd311bd36ceb3cb591e1d5c4fb6e3b37ba442249d96aa146ff17e8899439a7c107c2409b6722d03df6382efa1f6c932b310500a900d509052bab60673e4c477')
+sha512sums=('1b3d4b2c92ce3c84e2266235bb5261dd4aee71d4bc2d15561971e8b07bf6afdb56a99ea2af7c3e88a103adbd9087f3f394b44059d59d24c5acacbb7f6da71107')
build() {
cd "$srcdir"/pyvista-${pkgver}