summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2022-07-28 15:29:50 +0200
committerMartin Diehl2022-07-28 15:29:50 +0200
commite0b71c339fc86b3d1975938828583bb43314af78 (patch)
tree8c3a70d4bd917faedeed73f4975ce8d49298b3df
parent3fe99fb9d93f35162add09386343c02a4d27ad25 (diff)
downloadaur-e0b71c339fc86b3d1975938828583bb43314af78.tar.gz
0.35.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21a7b6b6f4f9..018518fec165 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.34.2
- pkgrel = 0
+ pkgver = 0.35.2
+ pkgrel = 1
url = https://www.pyvista.org
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-pyvista
depends = python-scooby
depends = vtk
optdepends = python-meshio
- source = https://github.com/pyvista/pyvista/archive/v0.34.2.tar.gz
- sha512sums = 7b627fd8a8aeabb9af6f09c1f529b2fb30448d1729327a53542aaced5a08a22342cee07b63327fe1ded66f0fe04e2d7f2f9749d714548afe7e957153abdaf167
+ source = https://github.com/pyvista/pyvista/archive/v0.35.2.tar.gz
+ sha512sums = f134fa31f14392e4334cd87b26be39257492d9ae22137ca11abbaaf9903b719531bf242331b147892645e07d591466506eac90a2cd1a9aa252d49bcaaf34140f
pkgname = python-pyvista
diff --git a/PKGBUILD b/PKGBUILD
index 7b53a6fc9f06..58abf0aade32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-pyvista
-pkgver=0.34.2
-pkgrel=0
+pkgver=0.35.2
+pkgrel=1
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=('7b627fd8a8aeabb9af6f09c1f529b2fb30448d1729327a53542aaced5a08a22342cee07b63327fe1ded66f0fe04e2d7f2f9749d714548afe7e957153abdaf167')
+sha512sums=('f134fa31f14392e4334cd87b26be39257492d9ae22137ca11abbaaf9903b719531bf242331b147892645e07d591466506eac90a2cd1a9aa252d49bcaaf34140f')
build() {
cd "$srcdir"/pyvista-${pkgver}