summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGianluca Boiano2020-11-05 00:33:19 +0100
committerGianluca Boiano2020-11-05 00:33:19 +0100
commit39149de748fa47b1fa7f20c76d9a916b1ac5cc12 (patch)
treece07712a52daed5e02edce941f896849639f9569 /PKGBUILD
parent8d6f209a37050d910ce9eb2f74bbcb9b10508ecc (diff)
downloadaur-39149de748fa47b1fa7f20c76d9a916b1ac5cc12.tar.gz
ndpi: 3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
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')