diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-08-31 11:24:06 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-08-31 11:24:06 +0200 |
commit | 9882db43c476f67c5a3843a4ebefa66a27f2652e (patch) | |
tree | d4386723ddd84898ebe3ba52aaeae947f093dcf6 /wireshark-cli/PKGBUILD | |
parent | e2ef5fd029bfc66f5939d1c37420298d76bf91c1 (diff) | |
download | aur-packages-9882db43c476f67c5a3843a4ebefa66a27f2652e.tar.gz aur-packages-9882db43c476f67c5a3843a4ebefa66a27f2652e.tar.xz |
wireshark-cli: update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'wireshark-cli/PKGBUILD')
-rw-r--r-- | wireshark-cli/PKGBUILD | 8 |
1 files 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 <hugo@archlinux.org> 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') |