Date: Friday, December 19, 2014 @ 14:43:04 Author: tredaelli Revision: 124101
upgpkg: tcpreplay 4.1.0-1 Modified: tcpreplay/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-19 11:25:36 UTC (rev 124100) +++ PKGBUILD 2014-12-19 13:43:04 UTC (rev 124101) @@ -3,7 +3,7 @@ # Contributor: Sébastien Duquette <[email protected]> # Contributor: Dawid Wrobel <[email protected]> pkgname=tcpreplay -pkgver=4.0.5 +pkgver=4.1.0 pkgrel=1 pkgdesc="Gives the ability to replay previously captured traffic in a libpcap format" url="http://tcpreplay.appneta.com" @@ -14,11 +14,11 @@ optdepends=('tcpdump: decoding of packets support') options=('!emptydirs') source=("http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz") -md5sums=('1a6f108a62bf526eeffa2998a6f311af') +md5sums=('fd48d73d84ade30ece0a9abb538c82d5') build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --enable-dynamic-link --with-tcpdump=/usr/sbin/tcpdump + ./configure --prefix=/usr --enable-dynamic-link --with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n make }
