summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2020-04-24 18:12:45 +0530
committerAmish2020-04-24 18:12:45 +0530
commit52734d9d35ec578f327563fee83c8d3fba2f85ae (patch)
tree6b983828923cffc76fa85eb24a0ca77dfade0ea4
parent6a4b2c8ac76a7876aa58ccc983e0b323c1823dbc (diff)
downloadaur-52734d9d35ec578f327563fee83c8d3fba2f85ae.tar.gz
Add missing dependency python-yaml
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2d6bff8b899..71446d6d46c1 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 = 5.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://suricata-ids.org/
install = suricata.install
arch = i686
@@ -17,6 +17,7 @@ pkgbase = suricata-nfqueue
depends = nss
depends = pcre
depends = python
+ depends = python-yaml
provides = suricata
conflicts = suricata
backup = etc/suricata/suricata.yaml
diff --git a/PKGBUILD b/PKGBUILD
index 6ed36df53bc1..20c88671c5a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=suricata-nfqueue
_pkgname=suricata
pkgver=5.0.2
-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')
+depends=('file' 'libcap-ng' 'libnet' 'libnetfilter_queue' 'libpcap' 'libyaml' 'nss' 'pcre' 'python' 'python-yaml')
install=suricata.install
backup=('etc/suricata/suricata.yaml'
'etc/suricata/local.yaml'
@@ -37,7 +37,6 @@ package() {
install -Dm644 -t "${pkgdir}/etc/${_pkgname}" "${_pkgname}".yaml threshold.config etc/{classification.config,reference.config}
install -Dm644 "${_pkgname}".yaml "${pkgdir}/etc/${_pkgname}/${_pkgname}.yaml.default"
-# install -Dm644 -t "${pkgdir}/etc/${_pkgname}/rules" rules/*.rules
install -Dm644 /dev/null "${pkgdir}/etc/${_pkgname}/local.yaml"
echo "include: local.yaml" >> "${pkgdir}/etc/${_pkgname}/${_pkgname}.yaml"