summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2022-11-02 17:27:42 +0100
committerMartin Diehl2022-11-02 17:27:42 +0100
commit098576c1e7e65672f70f60c0be8ad8ce6e6fa548 (patch)
tree3ea20f98c6cf88eaba3255415d37c1d7a715b270
parent9eef4a382fa3ca999ae771fa7c37e81a700b2af4 (diff)
downloadaur-098576c1e7e65672f70f60c0be8ad8ce6e6fa548.tar.gz
0.37.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f85be90a743..512132f3042d 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.36.1
+ pkgver = 0.37.0
pkgrel = 1
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.36.1.tar.gz
- sha512sums = e1a789a7a8018aaab179bd7d20b99abef1c5a022b87c56d1fa9bdfe1d470d60b240adaea61feb2f00d46b65aebc24c67b4b632186d89937b7380b35afb351442
+ source = https://github.com/pyvista/pyvista/archive/v0.37.0.tar.gz
+ sha512sums = 198f97a76dedc0872b4e651eb154fbb0fbaa109f0a4215c2ed7ba595f046a98717a257b934d6d2ead45262d771c0e7306bda4cc7c54a3ae0c9c15321ab541160
pkgname = python-pyvista
diff --git a/PKGBUILD b/PKGBUILD
index 910cbdc9ab06..ffc5e109c894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-pyvista
-pkgver=0.36.1
+pkgver=0.37.0
pkgrel=1
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=('e1a789a7a8018aaab179bd7d20b99abef1c5a022b87c56d1fa9bdfe1d470d60b240adaea61feb2f00d46b65aebc24c67b4b632186d89937b7380b35afb351442')
+sha512sums=('198f97a76dedc0872b4e651eb154fbb0fbaa109f0a4215c2ed7ba595f046a98717a257b934d6d2ead45262d771c0e7306bda4cc7c54a3ae0c9c15321ab541160')
build() {
cd "$srcdir"/pyvista-${pkgver}