summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2022-03-13 20:45:45 +0100
committerMartin Diehl2022-03-13 20:46:15 +0100
commita1400ea5d77a67469df943eda835d7208bdbff7f (patch)
tree2da55339deec212d24e97608706ec46ad6450d33 /PKGBUILD
parentac4a569d795e89b5805627bba7b2d015fa30b9ad (diff)
downloadaur-a1400ea5d77a67469df943eda835d7208bdbff7f.tar.gz
0.33.3
python-meshio is optional dependency, thanks to carlosal1015 for reporting
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90716720af92..437a14c74721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgname=python-pyvista
-pkgver=0.33.2
+pkgver=0.33.3
pkgrel=1
pkgdesc='3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)'
arch=('any')
url='https://www.pyvista.org'
license=('MIT')
makdepends=('python-setuptools')
-depends=('python-numpy' 'python-imageio' 'python-pillow' 'python-appdirs' 'python-scooby' 'python-meshio' 'paraview')
+depends=('python-numpy' 'python-imageio' 'python-pillow' 'python-appdirs' 'python-scooby' 'paraview')
+optdepends=('python-meshio')
source=("https://github.com/pyvista/pyvista/archive/v${pkgver}.tar.gz")
-sha512sums=('03052bcc38b35db90b405d3babc05d5f649106e8afa6f415327be5d9563199852bf6e56719435a77cf2c44901fc98e1244c808518dcba7622d648da93463f68c')
+sha512sums=('f76e3856e560a656be8f3155a1c826b1a038976722798b5a9c5aa7c2b7e49e164f6a3ef0d22cc37eeeba267393e7216977b23c57508794170f90c7a3c4f2c2b6')
build() {
cd "$srcdir"/pyvista-${pkgver}