summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2023-03-24 10:28:11 +0000
committerGreyson Christoforo2023-03-24 10:28:11 +0000
commitcd5cc8c5c079dd7c0cfc3dc983c1565bf6624f5e (patch)
tree4e298803d45f5c52142b0aa69929d6d386899651
parentf4fefcad7572d3db8a347b54980e6b895eafed07 (diff)
downloadaur-cd5cc8c5c079dd7c0cfc3dc983c1565bf6624f5e.tar.gz
relax vtk dep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd2ca8f52b15..29da9aca1419 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,7 +27,7 @@ pkgbase = python-ocp
makedepends = python-pyparsing
depends = python
depends = opencascade=1:7.6.3
- depends = vtk=9.1.0
+ depends = vtk=9.1
depends = fmt
depends = glew
conflicts = python-ocp-git
diff --git a/PKGBUILD b/PKGBUILD
index 87c3fc3c9c46..4795043c2c02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('Apache')
depends=(
python
'opencascade=1:7.6.3'
-'vtk=9.1.0'
+'vtk=9.1'
fmt
glew
)