summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-07-13 16:01:51 +0200
committerM0Rf302017-07-13 16:01:51 +0200
commit3aceea449e4d1e7336742904a99f3a6a0319b155 (patch)
treea86422b993c38ea410ed14da6bd156ef307562f9
parent3d51f484c40b41dfbc7b2fa4f96c81e06d640c74 (diff)
downloadaur-3aceea449e4d1e7336742904a99f3a6a0319b155.tar.gz
ndpi: 2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9727855f750b..2e22e0b54c8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sun Jul 17 15:56:03 UTC 2016
+# Thu Jul 13 14:01:36 UTC 2017
pkgbase = ndpi
pkgdesc = Open and Extensible GPLv3 Deep Packet Inspection Library
- pkgver = 1.8
- pkgrel = 3
+ pkgver = 2.0
+ pkgrel = 1
url = http://www.ntop.org/products/ndpi/
arch = i686
arch = x86_64
license = GPL3
conflicts = ndpi-svn
options = staticlibs
- source = http://downloads.sourceforge.net/project/ntop/nDPI/nDPI-1.8.tar.gz
- md5sums = f592e8200a192f1328cacb51c532f676
+ source = https://github.com/ntop/nDPI/archive/2.0.tar.gz
+ md5sums = 28e6c5e5361a56206a79b100c25947c3
pkgname = ndpi
diff --git a/PKGBUILD b/PKGBUILD
index 500d2fcd735b..f3a37e2f502a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: M0Rf30
pkgname=ndpi
-pkgver=1.8
-pkgrel=3
+pkgver=2.0
+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')
-source=("http://downloads.sourceforge.net/project/ntop/nDPI/nDPI-$pkgver.tar.gz")
+source=("https://github.com/ntop/nDPI/archive/$pkgver.tar.gz")
build() {
cd ${srcdir}/nDPI-$pkgver
@@ -23,4 +23,4 @@ package() {
make DESTDIR="${pkgdir}/" install
}
-md5sums=('f592e8200a192f1328cacb51c532f676')
+md5sums=('28e6c5e5361a56206a79b100c25947c3')