summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2023-03-12 06:58:11 +0100
committerMartin Diehl2023-03-12 06:58:11 +0100
commit996a65d9fc6aa4cdf3240b107592461b0a212d40 (patch)
tree30e9835c65f0f3b4746991b2c1dccc4a9ed51fed
parent9679ef43e21cf2f944a855a045d6c51e43428e99 (diff)
downloadaur-996a65d9fc6aa4cdf3240b107592461b0a212d40.tar.gz
0.38.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24686849f4a2..68ae64d2b7f6 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.38.1
+ pkgver = 0.38.4
pkgrel = 1
url = https://www.pyvista.org
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-pyvista
depends = python-scooby
depends = vtk
optdepends = python-meshio
- source = https://files.pythonhosted.org/packages/source/p/pyvista/pyvista-0.38.1.tar.gz
- sha512sums = 28a86cd63c3f934bfc01c05bcac21e56b480239926ccfb3421b23866e8a116b10f002ab278a4983b3d204d1f5868f5855fa2cf5357d2441711579480eecba340
+ source = https://files.pythonhosted.org/packages/source/p/pyvista/pyvista-0.38.4.tar.gz
+ sha512sums = 5a091161fe4ebc6ab33195029f86c01bae251eed94ebd3cf7b048eef8cf7b0f2d9adcb6cdd5f0f9be31dee9acfe533d9d5491101b9f16192eec58ace6fa210a7
pkgname = python-pyvista
diff --git a/PKGBUILD b/PKGBUILD
index 9f21d7910d67..57f0de41ae96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
-pkgver=0.38.1
+pkgver=0.38.4
pkgrel=1
pkgname=python-pyvista
_name=${pkgname#python-}
@@ -24,3 +24,4 @@ package() {
python setup.py install --skip-build --root="$pkgdir" --optimize=1
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
+sha512sums=('5a091161fe4ebc6ab33195029f86c01bae251eed94ebd3cf7b048eef8cf7b0f2d9adcb6cdd5f0f9be31dee9acfe533d9d5491101b9f16192eec58ace6fa210a7')