From 85828cc2c2c3ef5c0b9b03388b9323d3d163b389 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 4 Jan 2012 23:14:55 +0000 Subject: Wed Jan 4 23:14:55 UTC 2012 --- extra/tcpdump/PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'extra/tcpdump/PKGBUILD') diff --git a/extra/tcpdump/PKGBUILD b/extra/tcpdump/PKGBUILD index 3e9865440..a2a2cf8b6 100644 --- a/extra/tcpdump/PKGBUILD +++ b/extra/tcpdump/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 144370 2011-12-05 12:08:20Z giovanni $ +# $Id: PKGBUILD 145890 2012-01-03 19:57:08Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: dorphell pkgname=tcpdump -pkgver=4.2.0 +pkgver=4.2.1 pkgrel=1 pkgdesc="A tool for network monitoring and data acquisition" arch=('i686' 'x86_64') @@ -11,17 +11,12 @@ url="http://www.tcpdump.org" license=('BSD') depends=('libpcap' 'openssl') source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz" - 'tcpdump_duplicate_executable.patch' - 'ppi.h') -md5sums=('0296d4c487c3a156879783643704bd39' - 'b45c978dff8193ff5529d3566e7dbfa3' - 'd898c868bb730e14dbd2afd1ad883b87') + 'tcpdump_duplicate_executable.patch') +md5sums=('c202878c6db054767b52651041b9e60e' + 'b45c978dff8193ff5529d3566e7dbfa3') build() { cd "${srcdir}/${pkgname}-${pkgver}" - - # Add missing header file - cp ${srcdir}/ppi.h . # do not install tcpdump-4.1.1 executable (FS#23346) patch -Np1 -i "${srcdir}/tcpdump_duplicate_executable.patch" -- cgit v1.2.3-54-g00ecf