summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d386ed100162..21a7b6b6f4f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyvista
pkgdesc = 3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)
- pkgver = 0.34.1
+ pkgver = 0.34.2
pkgrel = 0
url = https://www.pyvista.org
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-pyvista
depends = python-scooby
depends = vtk
optdepends = python-meshio
- source = https://github.com/pyvista/pyvista/archive/v0.34.1.tar.gz
- sha512sums = f03241370aab4826a25bfce9540d3222c9a02a811d120311cd9f5214ca003009996846b2c72da08f82e93dd11a3d2ade09ea6561eb1dc3080075894a2eb58a26
+ source = https://github.com/pyvista/pyvista/archive/v0.34.2.tar.gz
+ sha512sums = 7b627fd8a8aeabb9af6f09c1f529b2fb30448d1729327a53542aaced5a08a22342cee07b63327fe1ded66f0fe04e2d7f2f9749d714548afe7e957153abdaf167
pkgname = python-pyvista
diff --git a/PKGBUILD b/PKGBUILD
index c8bb2ab59dff..7b53a6fc9f06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-pyvista
-pkgver=0.34.1
+pkgver=0.34.2
pkgrel=0
pkgdesc='3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)'
arch=('any')
@@ -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=('f03241370aab4826a25bfce9540d3222c9a02a811d120311cd9f5214ca003009996846b2c72da08f82e93dd11a3d2ade09ea6561eb1dc3080075894a2eb58a26')
+sha512sums=('7b627fd8a8aeabb9af6f09c1f529b2fb30448d1729327a53542aaced5a08a22342cee07b63327fe1ded66f0fe04e2d7f2f9749d714548afe7e957153abdaf167')
build() {
cd "$srcdir"/pyvista-${pkgver}