summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2021-06-13 23:01:20 +0200
committerMartin Diehl2021-06-13 23:01:20 +0200
commita318c25b6c3fb6aeff2913a5a7b44ac5854643cf (patch)
tree1a740cc13154a0cb5516cfcba66ddb049d540db9 /PKGBUILD
parent335718f785c8d1aecc685e93517eeba18719f362 (diff)
downloadaur-a318c25b6c3fb6aeff2913a5a7b44ac5854643cf.tar.gz
0.31.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 425feac91583..985db2cc13e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-pyvista
-pkgver=0.31.0
+pkgver=0.31.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=('c2f69b205ba5c18cb086b9b4c4b705d453becdcb82ba4a2911cac4464d0b218cca53de32b402f03f1ecd151f8128d459ea4bbd5dd1b798ba7c9534b202d157d6')
+sha512sums=('dcd311bd36ceb3cb591e1d5c4fb6e3b37ba442249d96aa146ff17e8899439a7c107c2409b6722d03df6382efa1f6c932b310500a900d509052bab60673e4c477')
build() {
cd "$srcdir"/pyvista-${pkgver}