summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2021-08-15 19:12:09 -0400
committerGI_Jack2021-08-15 19:12:09 -0400
commit223b4a20107e4db36e9138f8d0c9122677ddfbfb (patch)
tree110260fcc6395d72d45e41d5c63eca53af5ea689
parent29072ac946d74875f1003290cdd2dcea5aa619dd (diff)
downloadaur-223b4a20107e4db36e9138f8d0c9122677ddfbfb.tar.gz
needs java 11
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c17df6be624..f5675cf71bcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo(replacement shim) v8
-# Sun Aug 15 07:07:25 PM EDT 2021
+# Sun Aug 15 07:12:01 PM EDT 2021
pkgbase = bloodhound
pkgdesc = Use graph theory to reveal the hidden and often unintended relationships within an Active Directory
pkgver = 4.0.3
@@ -13,7 +13,7 @@ pkgbase = bloodhound
makedepends = npm
makedepends = python-sphinx
depends = neo4j-community
- depends = java-runtime
+ depends = java-runtime>=11
source = https://github.com/BloodHoundAD/BloodHound/archive/4.0.3.tar.gz
source = bloodhound.desktop
sha256sums = 5908676e3e6679381231720fdf494c6b73f096ce7cd47378671603d9699fe9f5
diff --git a/PKGBUILD b/PKGBUILD
index 05ca3c79517e..8dc9170b9361 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Use graph theory to reveal the hidden and often unintended relationship
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/BloodHoundAD/BloodHound"
license=('GPLv3')
-depends=('neo4j-community' 'java-runtime')
+depends=('neo4j-community' 'java-runtime>=11')
makedepends=('electron' 'npm' 'python-sphinx' )
source=("https://github.com/BloodHoundAD/BloodHound/archive/${pkgver}.tar.gz"
"bloodhound.desktop")