summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlanthora2023-07-05 11:33:40 +0000
committerlanthora2023-07-05 11:33:40 +0000
commit77dd58ba9df5b4e038164fb20e471100c9195d56 (patch)
treea5c0f209562ae4c3dd94e219d513e936c69c6a41
parent083f6077077e7662db6aaf05f9952f85e60f1e47 (diff)
downloadaur-77dd58ba9df5b4e038164fb20e471100c9195d56.tar.gz
Remove unneeded dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2d50e7e5189..9da2a855db87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
pkgbase = hackernel
pkgdesc = Host Intrusion Detection and Prevention System
pkgver = 1.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lanthora/hackernel
arch = x86_64
arch = armv7h
arch = aarch64
license = GPL
- makedepends = git
makedepends = cmake
makedepends = make
makedepends = go
- makedepends = npm
- makedepends = nodejs
makedepends = nlohmann-json
depends = dkms
depends = libnl
diff --git a/PKGBUILD b/PKGBUILD
index c9f7fce52b2e..694a14a2d64e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=hackernel
pkgver=1.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Host Intrusion Detection and Prevention System"
url="https://github.com/lanthora/hackernel"
license=('GPL')
@@ -8,7 +8,7 @@ arch=('x86_64' 'armv7h' 'aarch64')
source=("https://github.com/lanthora/hackernel/archive/refs/tags/v$pkgver.tar.gz" )
sha256sums=('4f2072288ad162fef5eeac0c9ce06e61060415cc4c38fd6738b2f27c2642d084')
depends=('dkms' 'libnl')
-makedepends=('git' 'cmake' 'make' 'go' 'npm' 'nodejs' 'nlohmann-json')
+makedepends=('cmake' 'make' 'go' 'nlohmann-json')
backup=('etc/hackernel/telegram.yaml' 'etc/hackernel/web.yaml')
build() {