summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2021-06-10 23:35:35 +0200
committerMartin Diehl2021-06-10 23:35:35 +0200
commit335718f785c8d1aecc685e93517eeba18719f362 (patch)
treecdb05c8450caeb63818877a170982a6b17c88f72 /PKGBUILD
parent618dc84b5d06c66aae17f6847e990845bcc44a39 (diff)
downloadaur-335718f785c8d1aecc685e93517eeba18719f362.tar.gz
0.31.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 321be708393c..425feac91583 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-pyvista
-pkgver=0.29.1
+pkgver=0.31.0
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=('d6058bff31cedfc9abd723f01274cb4639ba316b4ecdb15efaef94ddd805c8e8ef4b17e303a546f78a1ddd2e8d177e1b69193f0e72c7fec585c1e4f1069b4396')
+sha512sums=('c2f69b205ba5c18cb086b9b4c4b705d453becdcb82ba4a2911cac4464d0b218cca53de32b402f03f1ecd151f8128d459ea4bbd5dd1b798ba7c9534b202d157d6')
build() {
cd "$srcdir"/pyvista-${pkgver}