summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2017-03-06 22:39:48 +0700
committerKonstantin Shalygin2017-03-06 22:39:48 +0700
commitaa7b5a315cff7e1be29fc50d9e5a03c9c6b2222e (patch)
tree62aaadf6666b6d67ffa7f513d604707253f14101 /PKGBUILD
parentec87df5fbf464e40d7ae8d29914fb5360798aa3d (diff)
downloadaur-aa7b5a315cff7e1be29fc50d9e5a03c9c6b2222e.tar.gz
Fix dependency list.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82edabb79cb6..6443045e41a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
pkgname='ipt_ndpi'
-pkgver=1.2_1.7.0.netfilter.212.56eacee
-pkgrel=2
+pkgver=1.2_1.7.0.netfilter.222.edf7a3b
+pkgrel=1
pkgdesc='nDPI as netfilter extension'
arch=('any')
url='https://github.com/vel21ripn/nDPI/tree/netfilter'
license=('GPL')
-depends=('linux' 'iptables' 'xtables-addons' 'conntrack-tools')
+depends=('linux' 'iptables' 'conntrack-tools')
makedepends=('git' 'libtool' 'gcc' 'gzip' 'gawk' 'sed')
-optdepends=('ipt_netflow: Netflow as netfilter extension')
source=("${pkgname}::git+https://github.com/vel21ripn/nDPI")
sha256sums=('SKIP')
install="${pkgname}.install"
@@ -35,7 +34,7 @@ prepare() {
build() {
cd "${srcdir}/${pkgname}/ndpi-netfilter"
- make KERNEL_DIR="${_kernver}/build"
+ make KERNEL_DIR="${_kernver}build"
}
check() {