summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2018-10-23 14:41:48 +0200
committerGianluca Boiano2018-10-23 14:41:48 +0200
commitf2b6762704d2f538bbca40e7dce1923065709470 (patch)
treef53464dcd13563610cfdc6ff4122d70b8d563f01
parent3a47f0846c54b8acf73af21cc023b0d86892c69a (diff)
downloadaur-f2b6762704d2f538bbca40e7dce1923065709470.tar.gz
snort: added luajit as run dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b17292065b21..48d749bf6866 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snort
pkgdesc = A lightweight network intrusion detection system.
pkgver = 2.9.12
- pkgrel = 1
+ pkgrel = 2
url = http://www.snort.org
install = snort.install
arch = i686
@@ -20,6 +20,7 @@ pkgbase = snort
depends = libnghttp2
depends = libnl
depends = libpcap
+ depends = luajit
depends = lz4
depends = openssl
depends = pcre
diff --git a/PKGBUILD b/PKGBUILD
index d0a0cd7d6d5c..1e3159360d84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=snort
pkgver=2.9.12
-pkgrel=1
+pkgrel=2
pkgdesc='A lightweight network intrusion detection system.'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64' 'arm')
url='http://www.snort.org'
license=('GPL')
-depends=('dbus' 'libdaq' 'libdnet' 'libgcrypt' 'libgpg-error' 'libnghttp2' 'libnl' 'libpcap' 'lz4' 'openssl' 'pcre' 'xz' 'zlib')
+depends=('dbus' 'libdaq' 'libdnet' 'libgcrypt' 'libgpg-error' 'libnghttp2' 'libnl' 'libpcap' 'luajit' 'lz4' 'openssl' 'pcre' 'xz' 'zlib')
makedepends=('libtirpc')
backup=('etc/snort/snort.conf'
'etc/snort/threshold.conf'
@@ -55,5 +55,5 @@ package() {
}
md5sums=('3a305d9c44bd0319aa50783a60c8947f'
- 'SKIP'
-'a847030a34396e6b2d1cacd272ad42da')
+ 'SKIP'
+ 'a847030a34396e6b2d1cacd272ad42da')