summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2021-08-26 08:01:34 -0400
committerGI_Jack2021-08-26 08:01:34 -0400
commit2e81def690187cf39ffebee484115ff222b5a785 (patch)
treeaa38b28995b01c80b269b09f2ddeed0e5cff88ff /PKGBUILD
parent2bcc515ce871f959aa0d1c75a684b52b0e80f74e (diff)
downloadaur-2e81def690187cf39ffebee484115ff222b5a785.tar.gz
added python-sphinx_rtd_theme to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")