From 9882db43c476f67c5a3843a4ebefa66a27f2652e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 31 Aug 2010 11:24:06 +0200 Subject: wireshark-cli: update Signed-off-by: Florian Pritz --- wireshark-cli/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/wireshark-cli/PKGBUILD b/wireshark-cli/PKGBUILD index 48111ef..45142dc 100644 --- a/wireshark-cli/PKGBUILD +++ b/wireshark-cli/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Hugo Doria pkgname=wireshark-cli -pkgver=1.2.10 +pkgver=1.4.0 pkgrel=1 pkgdesc="A free network protocol analyzer for Unix/Linux and Windows - no GUI" arch=('i686' 'x86_64') @@ -13,18 +13,16 @@ url="http://www.wireshark.org/" replaces=('ethereal') conflicts=('wireshark') options=(!libtool) -source=(http://www.wireshark.org/download/src/wireshark-${pkgver}.tar.gz wireshark-1.1.2--as-needed.patch) +source=(http://www.wireshark.org/download/src/wireshark-${pkgver}.tar.bz2) build() { cd ${srcdir}/wireshark-${pkgver} export CFLAGS="-fno-unit-at-a-time ${CFLAGS}" - patch -Np1 -i $srcdir/wireshark-1.1.2--as-needed.patch autoreconf -f -i ./configure --prefix=/usr --with-ssl --disable-wireshark --disable-gtktest make all make DESTDIR=${pkgdir} install } -md5sums=('bddf081d9169402f8093bf4155f10e98' - 'cc87d7eb31f256df751b3371b1c426e9') +md5sums=('13b188baea23cdad40b7a55921384a77') -- cgit v1.2.3-24-g4f1b