summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2021-02-11 09:31:25 +0100
committerMartin Diehl2021-02-11 09:31:25 +0100
commitf65fa71b4ed3314ea977e6f6e8834b435f455804 (patch)
tree841ed85f24a07c52c4675936724a42ca822fdeac /PKGBUILD
parentb2909400e2a114b0eb6a01e10378fd97eeaebd6f (diff)
downloadaur-f65fa71b4ed3314ea977e6f6e8834b435f455804.tar.gz
0.28.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de55a06527c8..6b41aa07e8e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-pyvista
-pkgver=0.27.4
+pkgver=0.28.1
pkgrel=1
pkgdesc='3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)'
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('python-numpy' 'python-imageio' 'python-pillow' 'python-appdirs' 'python-scooby' 'python-meshio' 'paraview')
makdepends=('python-setuptools')
source=("https://github.com/pyvista/pyvista/archive/${pkgver}.tar.gz")
-sha256sums=('3c4fe71fd527d4bbf32dadb36342a091510963153ab2adb0056831cf8c0c59a3')
+sha256sums=('3acfc96ea66bade91db6ff712bf9f02ab91922868869f407f168069549e80032')
build() {
cd "$srcdir"/pyvista-${pkgver}