summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2020-10-26 09:31:22 +0530
committerAmish2020-10-26 09:31:22 +0530
commitcf259a162affa64bc704a4f38c2f10cf045cfa1d (patch)
tree2c1eaf9c7e8e5b271b776caeb4920be794afb4f3
parent42402cdc70224840c3aba5e2485b771c89a876e0 (diff)
downloadaur-cf259a162affa64bc704a4f38c2f10cf045cfa1d.tar.gz
Add jansson and lz4 as dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9815af7cce9d..280f2f75aa81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = suricata-nfqueue
pkgdesc = An open source mature, fast and robust network IDS and IPS
pkgver = 6.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://suricata-ids.org/
install = suricata.install
arch = i686
@@ -9,11 +9,13 @@ pkgbase = suricata-nfqueue
license = GPL2
makedepends = rust
depends = file
+ depends = jansson
depends = libcap-ng
depends = libnet
depends = libnetfilter_queue
depends = libpcap
depends = libyaml
+ depends = lz4
depends = nss
depends = pcre
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 9b7bb7786b91..f4de72540717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=suricata-nfqueue
_pkgname=suricata
pkgver=6.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="An open source mature, fast and robust network IDS and IPS"
arch=('i686' 'x86_64')
url="https://suricata-ids.org/"
@@ -10,7 +10,7 @@ license=('GPL2')
provides=('suricata')
conflicts=('suricata')
makedepends=('rust')
-depends=('file' 'libcap-ng' 'libnet' 'libnetfilter_queue' 'libpcap' 'libyaml' 'nss' 'pcre' 'python' 'python-yaml')
+depends=('file' 'jansson' 'libcap-ng' 'libnet' 'libnetfilter_queue' 'libpcap' 'libyaml' 'lz4' 'nss' 'pcre' 'python' 'python-yaml')
install=suricata.install
backup=('etc/suricata/suricata.yaml'
'etc/suricata/local.yaml'