summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2021-08-26 08:01:34 -0400
committerGI_Jack2021-08-26 08:01:34 -0400
commit2e81def690187cf39ffebee484115ff222b5a785 (patch)
treeaa38b28995b01c80b269b09f2ddeed0e5cff88ff
parent2bcc515ce871f959aa0d1c75a684b52b0e80f74e (diff)
downloadaur-2e81def690187cf39ffebee484115ff222b5a785.tar.gz
added python-sphinx_rtd_theme to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 513a1b07cbb0..934f2be31c8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo(replacement shim) v8
-# Sat Aug 21 03:57:09 PM EDT 2021
+# Thu Aug 26 08:00:57 AM EDT 2021
pkgbase = bloodhound
pkgdesc = Use graph theory to reveal the hidden and often unintended relationships within an Active Directory
pkgver = 4.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/BloodHoundAD/BloodHound
arch = x86_64
arch = aarch64
@@ -12,6 +12,7 @@ pkgbase = bloodhound
makedepends = electron
makedepends = npm
makedepends = python-sphinx
+ makedepends = python-sphinx_rtd_theme
depends = neo4j-community
depends = java-runtime>=11
optdepends = python-bloodhound: Python injest tool that runs on natively on Linux
diff --git a/PKGBUILD b/PKGBUILD
index 76ca331ae84d..935a38b3e5d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=bloodhound
_pkgname=BloodHound
pkgver=4.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Use graph theory to reveal the hidden and often unintended relationships within an Active Directory"
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/BloodHoundAD/BloodHound"
license=('GPL3')
depends=('neo4j-community' 'java-runtime>=11')
-makedepends=('electron' 'npm' 'python-sphinx' )
+makedepends=('electron' 'npm' 'python-sphinx' 'python-sphinx_rtd_theme')
optdepends=('python-bloodhound: Python injest tool that runs on natively on Linux')
source=("https://github.com/BloodHoundAD/BloodHound/archive/${pkgver}.tar.gz"
"bloodhound.desktop")