summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2020-11-05 00:33:19 +0100
committerGianluca Boiano2020-11-05 00:33:19 +0100
commit39149de748fa47b1fa7f20c76d9a916b1ac5cc12 (patch)
treece07712a52daed5e02edce941f896849639f9569
parent8d6f209a37050d910ce9eb2f74bbcb9b10508ecc (diff)
downloadaur-39149de748fa47b1fa7f20c76d9a916b1ac5cc12.tar.gz
ndpi: 3.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e934f06811c..2d9ffa854fae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = ndpi
pkgdesc = Open and Extensible GPLv3 Deep Packet Inspection Library
- pkgver = 3.2
+ pkgver = 3.4
pkgrel = 1
url = http://www.ntop.org/products/ndpi/
arch = i686
arch = x86_64
license = GPL3
conflicts = ndpi-svn
- options = staticlibs
- options = !strip
- source = https://github.com/ntop/nDPI/archive/3.2.tar.gz
- md5sums = 03cc0bc7488b6a498711e5d19a677a1b
+ source = https://github.com/ntop/nDPI/archive/3.4.tar.gz
+ md5sums = 4a2978b0d527a220ab46344444a1934c
pkgname = ndpi
diff --git a/PKGBUILD b/PKGBUILD
index c2df5e7f222d..32e46bd0ca5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: robertfoster
pkgname=ndpi
-pkgver=3.2
+pkgver=3.4
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=('staticlibs' '!strip')
+options=()
source=("https://github.com/ntop/nDPI/archive/$pkgver.tar.gz")
build() {
@@ -21,7 +21,6 @@ build() {
package() {
cd ${srcdir}/nDPI-$pkgver
make DESTDIR="${pkgdir}" install
- rm -rf "${pkgdir}/usr/sbin"
}
-md5sums=('03cc0bc7488b6a498711e5d19a677a1b')
+md5sums=('4a2978b0d527a220ab46344444a1934c')