summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2021-08-21 15:57:16 -0400
committerGI_Jack2021-08-21 15:57:16 -0400
commit2bcc515ce871f959aa0d1c75a684b52b0e80f74e (patch)
tree3ee88db44ad8393a64c0299e136cf8c5303b9686
parent8029fa5dbba6999d2e07f93d6db4cae99149f852 (diff)
downloadaur-2bcc515ce871f959aa0d1c75a684b52b0e80f74e.tar.gz
fixed license style
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae4e1664ddec..513a1b07cbb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo(replacement shim) v8
-# Sun Aug 15 07:17:50 PM EDT 2021
+# Sat Aug 21 03:57:09 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
@@ -8,7 +8,7 @@ pkgbase = bloodhound
arch = x86_64
arch = aarch64
arch = armv7h
- license = GPLv3
+ license = GPL3
makedepends = electron
makedepends = npm
makedepends = python-sphinx
diff --git a/PKGBUILD b/PKGBUILD
index d78b67cecc51..76ca331ae84d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
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=('GPLv3')
+license=('GPL3')
depends=('neo4j-community' 'java-runtime>=11')
makedepends=('electron' 'npm' 'python-sphinx' )
optdepends=('python-bloodhound: Python injest tool that runs on natively on Linux')