summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Broda2019-03-06 02:56:44 +0100
committerRobin Broda2019-03-06 02:56:44 +0100
commit31121418180168944369dc98ad52b44c108f8223 (patch)
treee69951ded9e563abe8a1693376cf9c8056bcfe7a
parent7e0f87388d68ac076c2ddce56dcd7c08833b0741 (diff)
downloadaur-31121418180168944369dc98ad52b44c108f8223.tar.gz
9.0-3: require java-environment >= 11
-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')