summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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')