summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2023-10-10 14:09:15 +0200
committerMartin Diehl2023-10-10 14:09:15 +0200
commit1aa7a87c4c7375224eda3a0c2f5421a26d1d4602 (patch)
tree2fbaddc400c4acde30451d60cb029e923dd4f97e
parentbd4e35066e91f9e4a28a6fede7379da00b8f77e4 (diff)
downloadaur-1aa7a87c4c7375224eda3a0c2f5421a26d1d4602.tar.gz
needed for pyvista.start_xvfb
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4b83d72fe50..c11f80cea06c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyvista
pkgdesc = 3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)
pkgver = 0.42.3
- pkgrel = 2
+ pkgrel = 3
url = https://www.pyvista.org
arch = any
license = MIT
@@ -17,6 +17,7 @@ pkgbase = python-pyvista
depends = vtk
depends = python-matplotlib
optdepends = python-meshio
+ optdepends = xorg-server-xvfb
source = https://files.pythonhosted.org/packages/source/p/pyvista/pyvista-0.42.3.tar.gz
sha512sums = 822d8829b3ccb4110040007e2f59393969ce5a2de8c320abbe2e2f017b815ee0d26edf83a020111a90d3ed07d3db227219b12945f0e55bebfa96c9010f5c3955
diff --git a/PKGBUILD b/PKGBUILD
index 6b1b22a9d835..417668ab72d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgver=0.42.3
-pkgrel=2
+pkgrel=3
pkgname=python-pyvista
_name=${pkgname#python-}
pkgdesc='3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)'
@@ -10,7 +10,7 @@ url='https://www.pyvista.org'
license=('MIT')
depends=('python-numpy' 'python-imageio' 'python-pillow' 'python-appdirs' 'python-scooby' 'vtk' 'python-matplotlib')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
-optdepends=('python-meshio')
+optdepends=('python-meshio' 'xorg-server-xvfb')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha512sums=('822d8829b3ccb4110040007e2f59393969ce5a2de8c320abbe2e2f017b815ee0d26edf83a020111a90d3ed07d3db227219b12945f0e55bebfa96c9010f5c3955')