summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01168606a195..c8bb2ab59dff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-pyvista
-pkgver=0.34.0
-pkgrel=1
+pkgver=0.34.1
+pkgrel=0
pkgdesc='3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)'
arch=('any')
url='https://www.pyvista.org'
@@ -11,7 +11,7 @@ makdepends=('python-setuptools')
depends=('python-numpy' 'python-imageio' 'python-pillow' 'python-appdirs' 'python-scooby' 'vtk')
optdepends=('python-meshio')
source=("https://github.com/pyvista/pyvista/archive/v${pkgver}.tar.gz")
-sha512sums=('283ac9e51cb25baf4443de90fc72d8f794787d0360a18f66a5a0917212346a6bd8e456a15fa151cb1354f463cb809fa19c7c71fea00335732bf11351ebbb14e2')
+sha512sums=('f03241370aab4826a25bfce9540d3222c9a02a811d120311cd9f5214ca003009996846b2c72da08f82e93dd11a3d2ade09ea6561eb1dc3080075894a2eb58a26')
build() {
cd "$srcdir"/pyvista-${pkgver}