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 437a14c74721..01168606a195 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-pyvista
-pkgver=0.33.3
+pkgver=0.34.0
pkgrel=1
pkgdesc='3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)'
arch=('any')
url='https://www.pyvista.org'
license=('MIT')
makdepends=('python-setuptools')
-depends=('python-numpy' 'python-imageio' 'python-pillow' 'python-appdirs' 'python-scooby' 'paraview')
+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=('f76e3856e560a656be8f3155a1c826b1a038976722798b5a9c5aa7c2b7e49e164f6a3ef0d22cc37eeeba267393e7216977b23c57508794170f90c7a3c4f2c2b6')
+sha512sums=('283ac9e51cb25baf4443de90fc72d8f794787d0360a18f66a5a0917212346a6bd8e456a15fa151cb1354f463cb809fa19c7c71fea00335732bf11351ebbb14e2')
build() {
cd "$srcdir"/pyvista-${pkgver}