diff options
-rw-r--r-- | srcpkgs/ghidra/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/ghidra/template b/srcpkgs/ghidra/template index f6544fc69f8..a0b7cc8e565 100644 --- a/srcpkgs/ghidra/template +++ b/srcpkgs/ghidra/template @@ -1,7 +1,7 @@ # Template file for 'ghidra' pkgname=ghidra version=11.0.3 -revision=1 +revision=2 _dex_ver=2.1 _yajsw_ver=13.09 archs="x86_64* aarch64*" @@ -69,7 +69,7 @@ skiprdeps="/usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/animals /usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/sharedReturn /usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/switch /usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/write" -python_version=2 # Jython 2.7.2 stuff +python_version=ignore # jython, not system python 2 nocross=yes post_extract() { |