summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae2d04e4420c..4f1bb2eefd28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyvista
pkgdesc = 3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)
- pkgver = 0.28.1
- pkgrel = 2
+ pkgver = 0.29.0
+ pkgrel = 1
url = https://www.pyvista.org
arch = any
license = MIT
@@ -13,8 +13,8 @@ pkgbase = python-pyvista
depends = python-meshio
depends = paraview
depends = python-transforms3d
- source = https://github.com/pyvista/pyvista/archive/0.28.1.tar.gz
- sha256sums = 3acfc96ea66bade91db6ff712bf9f02ab91922868869f407f168069549e80032
+ source = https://github.com/pyvista/pyvista/archive/0.29.0.tar.gz
+ sha256sums = f026b12b01a97c9b650bbe3605c1d9bd01cab919774b67ac5d6a2929c8aef2de
pkgname = python-pyvista
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}