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 5aac0199cb8d..a08d31c222a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-pyvista
-pkgver=0.28.1
-pkgrel=2
+pkgver=0.29.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'
@@ -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")
-sha256sums=('3acfc96ea66bade91db6ff712bf9f02ab91922868869f407f168069549e80032')
+sha256sums=('f026b12b01a97c9b650bbe3605c1d9bd01cab919774b67ac5d6a2929c8aef2de')
build() {
cd "$srcdir"/pyvista-${pkgver}