summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3079fed98511..6abf8fd7ba64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = ghidra
pkgdesc = A software reverse engineering (SRE) framework created and maintained by the National Security Agency Research Directorate
pkgver = 9.0
- pkgrel = 2
+ pkgrel = 3
url = https://ghidra-sre.org/
arch = x86_64
license = Apache
- makedepends = java-environment
- depends = java-runtime
+ depends = java-environment>=11
depends = bash
optdepends = python2: for the Python feature
optdepends = pam: for GhidraServer support
diff --git a/PKGBUILD b/PKGBUILD
index 345606456900..29e78feb8f83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname='ghidra'
pkgver=9.0
-pkgrel=2
+pkgrel=3
pkgdesc='A software reverse engineering (SRE) framework created and maintained by the National Security Agency Research Directorate'
arch=('x86_64')
url='https://ghidra-sre.org/'
license=('Apache')
-depends=('java-runtime' 'bash')
-makedepends=('java-environment')
+depends=('java-environment>=11' 'bash')
optdepends=('python2: for the Python feature'
'pam: for GhidraServer support')
source=('https://www.ghidra-sre.org/ghidra_9.0_PUBLIC_20190228.zip' 'ghidra')