summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8539f7215e8..35f35a76afca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,13 @@
pkgname=hackernel
-pkgver=1.7.4
-pkgrel=2
+pkgver=1.7.5
+pkgrel=1
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
- https://patch-diff.githubusercontent.com/raw/lanthora/hackernel/pull/91.diff)
+source=(https://github.com/lanthora/hackernel/archive/refs/tags/v$pkgver.tar.gz)
-sha256sums=('6ff0a8098629fb75fa253c3657f7586a529727401b98053b329c14f31a715abd'
- 'b61bf7487f9ab00bcd96fc060caa2d825dea1e637724f19ac7a9dce41ed802e2')
+sha256sums=('fbcea470ffc414703e39c0898546c46908c227ba358056153566712cbe933076')
depends=('dkms' 'libnl')
makedepends=('cmake' 'make' 'go' 'nlohmann-json')
@@ -17,7 +15,6 @@ backup=('etc/hackernel/telegram.yaml' 'etc/hackernel/web.yaml')
build() {
cd "$pkgname-$pkgver"
- patch -Np1 < ../91.diff
make arch-build
}