summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2021-08-15 19:17:55 -0400
committerGI_Jack2021-08-15 19:17:55 -0400
commit8029fa5dbba6999d2e07f93d6db4cae99149f852 (patch)
treee67659960fa498052a824486cce0dfdbbff07fa7
parent223b4a20107e4db36e9138f8d0c9122677ddfbfb (diff)
downloadaur-8029fa5dbba6999d2e07f93d6db4cae99149f852.tar.gz
added python-bloodhound in optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5675cf71bcd..ae4e1664ddec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo(replacement shim) v8
-# Sun Aug 15 07:12:01 PM EDT 2021
+# Sun Aug 15 07:17:50 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
@@ -14,6 +14,7 @@ pkgbase = bloodhound
makedepends = python-sphinx
depends = neo4j-community
depends = java-runtime>=11
+ optdepends = python-bloodhound: Python injest tool that runs on natively on Linux
source = https://github.com/BloodHoundAD/BloodHound/archive/4.0.3.tar.gz
source = bloodhound.desktop
sha256sums = 5908676e3e6679381231720fdf494c6b73f096ce7cd47378671603d9699fe9f5
diff --git a/PKGBUILD b/PKGBUILD
index 8dc9170b9361..d78b67cecc51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/BloodHoundAD/BloodHound"
license=('GPLv3')
depends=('neo4j-community' 'java-runtime>=11')
makedepends=('electron' 'npm' 'python-sphinx' )
+optdepends=('python-bloodhound: Python injest tool that runs on natively on Linux')
source=("https://github.com/BloodHoundAD/BloodHound/archive/${pkgver}.tar.gz"
"bloodhound.desktop")
sha256sums=('5908676e3e6679381231720fdf494c6b73f096ce7cd47378671603d9699fe9f5'