summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreyson Christoforo2021-04-29 15:21:31 +0100
committerGreyson Christoforo2021-04-29 15:21:31 +0100
commit46a5ac580d0a6eda4a97806b4ddc610c885c3132 (patch)
treebaed12faabcb33aa56c993f42c8b40d209f36f8d /PKGBUILD
parent4fcbf07252d9a9dd3e9d9a61f3009ffb00bd9533 (diff)
downloadaur-46a5ac580d0a6eda4a97806b4ddc610c885c3132.tar.gz
fix vtk dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a0104125818..5bb6e1cc247d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('Apache')
depends=(
python
opencascade-rc
-vtk9-fix
+vtk9-java
)
makedepends=(
git
@@ -45,6 +45,9 @@ pkgver() {
prepare(){
cd OCP
git submodule update --init --recursive
+
+ # opencascade is 7.5.2 not 7.5.1
+ sed 's,7.5.1,7.5.2,g' -i dump_symbols.py
# don't use the opencascade headers packaged here
# instead use the ones from the installed opencascade package