summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlanthora2023-11-12 06:19:03 +0000
committerlanthora2023-11-12 06:19:03 +0000
commit045ac1aea46f392ae37c44de60d6733e6caa9b7e (patch)
tree2fdaa350caad909d70aa256b99378c6416e2b0c4 /PKGBUILD
parent1a8d420582b06a5c2375086f2224e96802c54800 (diff)
downloadaur-045ac1aea46f392ae37c44de60d6733e6caa9b7e.tar.gz
Add front-end dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {