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 f8ae261a412e..90faba38ed23 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.43.3
+ pkgver = 0.43.7
pkgrel = 1
url = https://www.pyvista.org
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-pyvista
optdepends = python-meshio
optdepends = xorg-server-xvfb
optdepends = python-imageio
- source = https://files.pythonhosted.org/packages/source/p/pyvista/pyvista-0.43.3.tar.gz
- sha512sums = d5ea580699f543dad820c1a4c267dc95474e085c2292864c06b5b744aef2c8eca34e1985f12e04f3331c7a09853eabab0055af12dcd49503aee5c0a63f2d2605
+ source = https://files.pythonhosted.org/packages/source/p/pyvista/pyvista-0.43.7.tar.gz
+ sha512sums = 1245d884f1e53230af30e27ec4d9f40a527f583370386e3cbc1d1a1e9d5d1c0df831cfe7293ef84ce8ee03913124a9a413c77b5ae8eee475d1ffc106ebe148ad
pkgname = python-pyvista
diff --git a/PKGBUILD b/PKGBUILD
index 157fa931bf4e..60f43990196b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
-pkgver=0.43.3
+pkgver=0.43.7
pkgrel=1
pkgname=python-pyvista
_name=${pkgname#python-}
@@ -12,7 +12,7 @@ depends=('python-numpy' 'python-pillow' 'python-pooch' 'python-scooby' 'vtk' 'py
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
optdepends=('python-meshio' 'xorg-server-xvfb' 'python-imageio')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha512sums=('d5ea580699f543dad820c1a4c267dc95474e085c2292864c06b5b744aef2c8eca34e1985f12e04f3331c7a09853eabab0055af12dcd49503aee5c0a63f2d2605')
+sha512sums=('1245d884f1e53230af30e27ec4d9f40a527f583370386e3cbc1d1a1e9d5d1c0df831cfe7293ef84ce8ee03913124a9a413c77b5ae8eee475d1ffc106ebe148ad')
build() {
cd "$_name-$pkgver"