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

Timothy Redaelli tredaelli at archlinux.org
Wed Mar 16 17:40:11 UTC 2016


    Date: Wednesday, March 16, 2016 @ 18:40:11
  Author: tredaelli
Revision: 166936

upgpkg: wireshark 2.0.2-2

FS#48605

Modified:
  wireshark/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-16 15:18:04 UTC (rev 166935)
+++ PKGBUILD	2016-03-16 17:40:11 UTC (rev 166936)
@@ -5,10 +5,10 @@
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
-makedepends=('qt5-base' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
+makedepends=('c-ares' 'qt5-base' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
              'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
 options=(!emptydirs)
 url='http://www.wireshark.org/'
@@ -37,13 +37,14 @@
       --with-lua \
       --with-portaudio \
       --with-ssl \
-      --with-krb5
+      --with-krb5 \
+      --with-c-ares
   make all
 }
 
 package_wireshark-cli() {
   pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI version'
-  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 'glib2' 'lua52')
+  depends=('c-ares' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 'glib2' 'lua52')
   install=wireshark.install
   conflicts=(wireshark)
 



More information about the arch-commits mailing list