From 6459b84bf754eda5323f40eb7af76dde65b63251 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 17 Jun 2014 03:27:11 +0000 Subject: Tue Jun 17 03:23:47 UTC 2014 --- community/wireshark/PKGBUILD | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'community/wireshark') diff --git a/community/wireshark/PKGBUILD b/community/wireshark/PKGBUILD index f95ba4e2c..801131027 100644 --- a/community/wireshark/PKGBUILD +++ b/community/wireshark/PKGBUILD @@ -1,25 +1,18 @@ -# $Id: PKGBUILD 111041 2014-05-12 09:22:44Z tredaelli $ +# $Id: PKGBUILD 113098 2014-06-13 14:27:34Z tredaelli $ # Maintainer: Timothy Redaelli # Contributor: Guillaume ALAUX # Contributor: Florian Pritz pkgname=('wireshark-cli' 'wireshark-gtk') pkgbase=wireshark -pkgver=1.10.7 -pkgrel=2 +pkgver=1.10.8 +pkgrel=1 arch=('i686' 'x86_64') license=('GPL2') makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio' 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme') url='http://www.wireshark.org/' -source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2 - wireshark-1.10.5-fix-flow-crash.patch) -sha256sums=('d98d263b31dd904a0337ba2db6d1a80bb495b4ac419a304f0f25c551d50cafc6' - 'de630c5dd1aa87749fd33c0f3f94a30215e122b1a7ffffeb9bed213fad0fe3ea') - -prepare() { - cd ${pkgbase}-${pkgver} - patch -p1 -i "${srcdir}"/wireshark-1.10.5-fix-flow-crash.patch -} +source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2) +sha256sums=('27d9cf4f0ca1ac436104b7f27caf8ad65f73db09edc8df0742ce9688c7d38763') build() { cd ${pkgbase}-${pkgver} -- cgit v1.2.3-54-g00ecf