diff options
Diffstat (limited to 'community/wireshark/PKGBUILD')
-rw-r--r-- | community/wireshark/PKGBUILD | 17 |
1 files changed, 5 insertions, 12 deletions
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 <timothy.redaelli@gmail.com> # Contributor: Guillaume ALAUX <guillaume@archlinux.org> # Contributor: Florian Pritz <bluewind at jabber dot ccc dot de> 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} |