summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorMartin Diehl2023-07-19 23:36:57 +0200
committerMartin Diehl2023-07-19 23:36:57 +0200
commitcdaa5276ba2a3eaeca98149a9a7c89b80adcd73f (patch)
treec444fd35e071535255fdc36dcb0f00b66d0170e6 /.SRCINFO
parent24ea03266e0f5f1bb3c76b34fcacccf2509c44f9 (diff)
downloadaur-cdaa5276ba2a3eaeca98149a9a7c89b80adcd73f.tar.gz
missing build dependency
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c3febf80b5c..43ae65907c26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-pyvista
pkgdesc = 3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)
pkgver = 0.40.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.pyvista.org
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python-numpy
depends = python-imageio
depends = python-pillow