summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2022-09-08 22:22:19 -0700
committerGI_Jack2022-09-08 22:22:19 -0700
commit426791b21fc89e66a35861a15e8ae8304f556c6f (patch)
tree906c1696f322888b4b0fcd2c637f4f9195a8c07b
parente1840676a9267a715fd43d6d7e4e8eed5dd5bb4b (diff)
downloadaur-426791b21fc89e66a35861a15e8ae8304f556c6f.tar.gz
version 4.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a87d78ae04e6..83572609d4ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo(replacement shim) v8
-# Tue Feb 15 07:05:42 PM PST 2022
+# Thu Sep 8 10:22:14 PM PDT 2022
pkgbase = bloodhound
pkgdesc = Use graph theory to reveal the hidden and often unintended relationships within an Active Directory
- pkgver = 4.1.0
+ pkgver = 4.2.0
pkgrel = 1
url = https://github.com/BloodHoundAD/BloodHound
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = bloodhound
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.1.0.tar.gz
+ source = https://github.com/BloodHoundAD/BloodHound/archive/4.2.0.tar.gz
source = bloodhound.desktop
- sha256sums = 49182a003a7a624ac8df14f416e8f09595787933060187415ed3644aeed94b91
+ sha256sums = 9e15fb8451d7bd0e537c2d815cdfea7a0553945b6893b4c83ea5aba3e9c72e2a
sha256sums = 8a64de7e9fc4857fadd890cc8966a641a896077eb2c869a7eb0987074dcd02c2
pkgname = bloodhound
diff --git a/PKGBUILD b/PKGBUILD
index bd448c0e88ad..cdd603a100f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bloodhound
_pkgname=BloodHound
-pkgver=4.1.0
+pkgver=4.2.0
pkgrel=1
pkgdesc="Use graph theory to reveal the hidden and often unintended relationships within an Active Directory"
arch=('x86_64' 'aarch64' 'armv7h')
@@ -13,13 +13,14 @@ 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")
-sha256sums=('49182a003a7a624ac8df14f416e8f09595787933060187415ed3644aeed94b91'
+sha256sums=('9e15fb8451d7bd0e537c2d815cdfea7a0553945b6893b4c83ea5aba3e9c72e2a'
'8a64de7e9fc4857fadd890cc8966a641a896077eb2c869a7eb0987074dcd02c2')
build() {
cd "${_pkgname}-${pkgver}"
HOME="$srcdir/.electron-gyp" npm install
- HOME="$srcdir/.electron-gyp" npm run linuxbuild
+ #HOME="$srcdir/.electron-gyp" npm run linuxbuild
+ HOME="$srcdir/.electron-gyp" npm run build:linux
# Documentation
cd docs
make man html