diff options
author | Greyson Christoforo | 2021-04-29 15:21:31 +0100 |
---|---|---|
committer | Greyson Christoforo | 2021-04-29 15:21:31 +0100 |
commit | 46a5ac580d0a6eda4a97806b4ddc610c885c3132 (patch) | |
tree | baed12faabcb33aa56c993f42c8b40d209f36f8d /PKGBUILD | |
parent | 4fcbf07252d9a9dd3e9d9a61f3009ffb00bd9533 (diff) | |
download | aur-46a5ac580d0a6eda4a97806b4ddc610c885c3132.tar.gz |
fix vtk dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |