diff options
-rw-r--r-- | community/suricata/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/suricata/APKBUILD b/community/suricata/APKBUILD index 733d37d787..b7141ec800 100644 --- a/community/suricata/APKBUILD +++ b/community/suricata/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Steve McMaster <code@mcmaster.io> pkgname=suricata pkgver=4.0.4 -pkgrel=4 +pkgrel=5 pkgdesc="High performance Network IDS, IPS and Network Security Monitoring engine" url="https://suricata-ids.org/" # luajit is not available for disabled arches @@ -11,7 +11,7 @@ license="GPL-2.0" makedepends="automake autoconf libtool libhtp-dev>=0.5.25 libcap-ng-dev file-dev luajit-dev geoip-dev pcre-dev yaml-dev libpcap-dev hiredis-dev libnet-dev libnetfilter_queue-dev libnfnetlink-dev jansson-dev python2 - nss-dev nspr-dev" + nss-dev nspr-dev wget" subpackages="$pkgname-doc" source="http://www.openinfosecfoundation.org/download/$pkgname-$pkgver.tar.gz $pkgname.confd |