Date: Saturday, September 9, 2017 @ 22:42:50 Author: anatolik Revision: 256714
upgpkg: wireshark 2.4.1-1 Modified: wireshark/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-09 19:22:04 UTC (rev 256713) +++ PKGBUILD 2017-09-09 22:42:50 UTC (rev 256714) @@ -1,10 +1,10 @@ -# $Id$ +$Id$ # Maintainer: Timothy Redaelli <timothy.redae...@gmail.com> # Contributor: Guillaume ALAUX <guilla...@archlinux.org> # Contributor: Florian Pritz <bluewind at jabber dot ccc dot de> pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt') pkgbase=wireshark -pkgver=2.2.8 +pkgver=2.4.1 pkgrel=1 arch=('i686' 'x86_64') license=('GPL2') @@ -12,9 +12,9 @@ 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme') options=(!emptydirs) url='https://www.wireshark.org/' -source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2 +source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz do_not_use_svn_version.patch) -sha256sums=('ecf02c148c9ab6e809026ad5743fe9be1739a9840ef6fece6837a7ddfbdf7edc' +sha256sums=('02ddbcf9b10f9dfa1e36eec00fe00cb5b5ce8e07203843baf056ac7909911fcd' '3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691') prepare() { @@ -31,7 +31,7 @@ ./configure \ --prefix=/usr \ --with-qt=5 \ - --with-gtk3=yes \ + --with-gtk=3 \ --with-pcap \ --with-zlib \ --with-lua \