summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2021-09-13 09:45:44 +0200
committerMartin Diehl2021-09-13 09:45:44 +0200
commit87215097d0918baefb30566de095276299ee61f3 (patch)
tree45da5819f6a94c7613a1c9168087209f2904b5ea /PKGBUILD
parent5cfdb243f5f82f385f5f1397c83800c7309a940d (diff)
downloadaur-87215097d0918baefb30566de095276299ee61f3.tar.gz
0.32.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index faf715e5ed50..aface5518219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-pyvista
-pkgver=0.32.0
+pkgver=0.32.1
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=('ff89017d36f364762b9efe2e5ab0ef31ef9da543db398ff9ae4f4384b6d1ec7dfab7343d1f0d9b6e6c35414800a94fc1c1fdf875b5c2726a444d056320de46e2')
+sha512sums=('63055eb04b1705f1b9b47be620f0b87be2a3bbae0562179ebba3fb79f92b51594b66f76cb6d205a61454be5dada5ffa7ce4dd16c78fbe8294bd7bf3873b52e67')
build() {
cd "$srcdir"/pyvista-${pkgver}