summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlanthora2023-11-12 06:19:03 +0000
committerlanthora2023-11-12 06:19:03 +0000
commit045ac1aea46f392ae37c44de60d6733e6caa9b7e (patch)
tree2fdaa350caad909d70aa256b99378c6416e2b0c4
parent1a8d420582b06a5c2375086f2224e96802c54800 (diff)
downloadaur-045ac1aea46f392ae37c44de60d6733e6caa9b7e.tar.gz
Add front-end dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e06d4027b54..3027178946a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hackernel
- pkgdesc = Host Intrusion Detection and Prevention System
+ pkgdesc = host intrusion detection and prevention system
pkgver = 1.7.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lanthora/hackernel
arch = x86_64
arch = armv7h
@@ -11,6 +11,8 @@ pkgbase = hackernel
makedepends = make
makedepends = go
makedepends = nlohmann-json
+ makedepends = nodejs
+ makedepends = npm
depends = dkms
depends = libnl
backup = etc/hackernel/telegram.yaml
diff --git a/PKGBUILD b/PKGBUILD
index 0b7345320ed4..2c19568a065e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=hackernel
pkgver=1.7.3
-pkgrel=1
-pkgdesc="Host Intrusion Detection and Prevention System"
+pkgrel=2
+pkgdesc="host intrusion detection and prevention system"
url="https://github.com/lanthora/hackernel"
license=('GPL')
arch=('x86_64' 'armv7h' 'aarch64')
source=("https://github.com/lanthora/hackernel/archive/refs/tags/v$pkgver.tar.gz" )
sha256sums=('a199f215136c6b2d31d432242732efc66c93ca940c22adde90695929c3afffbd')
depends=('dkms' 'libnl')
-makedepends=('cmake' 'make' 'go' 'nlohmann-json')
+makedepends=('cmake' 'make' 'go' 'nlohmann-json' 'nodejs' 'npm')
backup=('etc/hackernel/telegram.yaml' 'etc/hackernel/web.yaml')
build() {