summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-02-11 02:53:47 +0100
committerM0Rf302023-02-11 02:53:47 +0100
commit89ed05312d5998bcad66900d86c7a79ff61f3c8a (patch)
tree4f37bc81c5d4c08c5fda6ffd149069fd310803eb
parent82c1e1dda170cefa4630b87572cb73041e6ab77c (diff)
downloadaur-89ed05312d5998bcad66900d86c7a79ff61f3c8a.tar.gz
ndpi: 4.6
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD11
2 files changed, 16 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8a4876f6bf0..5dd5041dfece 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,20 @@
pkgbase = ndpi
pkgdesc = Open and Extensible GPLv3 Deep Packet Inspection Library
- pkgver = 4.4
+ pkgver = 4.6
pkgrel = 1
url = http://www.ntop.org/products/ndpi/
arch = i686
arch = x86_64
license = GPL3
+ makedepends = json-c
+ makedepends = libmaxminddb
+ makedepends = libpcap
+ makedepends = numactl
+ makedepends = pcre2
+ makedepends = rrdtool
+ depends = libcap
conflicts = ndpi-svn
- source = https://github.com/ntop/nDPI/archive/4.4.tar.gz
- sha256sums = 5df3a7bc251e3838079c403707334c1cd93f20c17b33e31e090f30a16adb3702
+ source = https://github.com/ntop/nDPI/archive/4.6.tar.gz
+ sha256sums = 6f307e23ab11b2b9e84a696120810e27a854072576a49783ff84fd37a1d7411b
pkgname = ndpi
diff --git a/PKGBUILD b/PKGBUILD
index 2b877d1be9e9..166553b0a1e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: robertfoster
pkgname=ndpi
-pkgver=4.4
+pkgver=4.6
pkgrel=1
pkgdesc="Open and Extensible GPLv3 Deep Packet Inspection Library"
arch=('i686' 'x86_64')
url="http://www.ntop.org/products/ndpi/"
license=('GPL3')
conflicts=('ndpi-svn')
-options=()
+depends=('libcap')
+makedepends=('json-c' 'libmaxminddb' 'libpcap' 'numactl' 'pcre2' 'rrdtool')
source=("https://github.com/ntop/nDPI/archive/${pkgver}.tar.gz")
build() {
@@ -26,8 +27,8 @@ build() {
package() {
cd "${srcdir}/nDPI-${pkgver}"
make DESTDIR="${pkgdir}" install
- ln -sf /usr/include/ndpi \
- "${pkgdir}/usr/include/libndpi"
+# ln -sf /usr/include/ndpi \
+# "${pkgdir}/usr/include/libndpi"
}
-sha256sums=('5df3a7bc251e3838079c403707334c1cd93f20c17b33e31e090f30a16adb3702')
+sha256sums=('6f307e23ab11b2b9e84a696120810e27a854072576a49783ff84fd37a1d7411b')