diff options
author | Martin Diehl | 2022-07-28 15:29:50 +0200 |
---|---|---|
committer | Martin Diehl | 2022-07-28 15:29:50 +0200 |
commit | e0b71c339fc86b3d1975938828583bb43314af78 (patch) | |
tree | 8c3a70d4bd917faedeed73f4975ce8d49298b3df | |
parent | 3fe99fb9d93f35162add09386343c02a4d27ad25 (diff) | |
download | aur-e0b71c339fc86b3d1975938828583bb43314af78.tar.gz |
0.35.2
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -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 @@ -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} |