[arch-commits] Commit in wireshark/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Oct 12 08:51:23 UTC 2018


    Date: Friday, October 12, 2018 @ 08:51:23
  Author: anthraxx
Revision: 393204

upgpkg: wireshark 2.6.4-1

Modified:
  wireshark/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-12 08:06:46 UTC (rev 393203)
+++ PKGBUILD	2018-10-12 08:51:23 UTC (rev 393204)
@@ -3,20 +3,21 @@
 # Contributor: Guillaume ALAUX <guillaume at archlinux.org>
 # Contributor: Florian Pritz <bluewind at jabber dot ccc dot de>
 
+pkgbase=wireshark
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.6.3
+pkgver=2.6.4
 pkgrel=1
+pkgdesc='Network traffic and protocol analyzer/sniffer'
+url='https://www.wireshark.org/'
 arch=('x86_64')
 license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 'libpcap' 'bash' 'libssh'
+makedepends=('c-ares' 'libmaxminddb' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 'libpcap' 'bash' 'libssh'
              '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.xz
         wireshark.sysusers
         do_not_use_svn_version.patch)
-sha256sums=('d158a8a626dc0997a826cf12b5316a3d393fb9f93d84cc86e75b212f0044a3ec'
+sha256sums=('a06b007e6343f148b8b93443b2fcfc9bb3204311cd268565d54d1b71660bc861'
             'df07748152443c7d727bd51cd57af950c345b7141986b4f0e476cd6aa3623ac4'
             '3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
 
@@ -40,13 +41,13 @@
       --with-ssl \
       --with-krb5 \
       --with-c-ares \
-      --with-geoip
+      --with-maxmind
   make all
 }
 
 package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI version'
-  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 'glib2' 'lua52' 'libssh' 'libxml2' 'libnghttp2')
+  pkgdesc=+' - CLI version'
+  depends=('c-ares' 'libmaxminddb' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 'glib2' 'lua52' 'libssh' 'libxml2' 'libnghttp2')
   install=wireshark.install
   conflicts=(wireshark)
 
@@ -69,7 +70,7 @@
 }
 
 package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
+  pkgdesc+=' - Common files'
   depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
 
   cd ${pkgbase}-${pkgver}
@@ -79,7 +80,7 @@
 }
 
 package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK frontend'
+  pkgdesc+=' - GTK frontend'
   depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 'wireshark-common')
   replaces=(wireshark)
   conflicts=(wireshark)
@@ -90,7 +91,7 @@
 }
 
 package_wireshark-qt() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - Qt frontend'
+  pkgdesc+=' - Qt frontend'
   depends=('desktop-file-utils' 'qt5-multimedia' 'wireshark-cli' 'wireshark-common')
 
   cd ${pkgbase}-${pkgver}



More information about the arch-commits mailing list