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

Guillaume Alaux guillaume at nymeria.archlinux.org
Sun Apr 7 20:46:22 UTC 2013


    Date: Sunday, April 7, 2013 @ 22:46:22
  Author: guillaume
Revision: 182115

Removed portaudio dependency to fix FS#34643

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-07 13:37:22 UTC (rev 182114)
+++ PKGBUILD	2013-04-07 20:46:22 UTC (rev 182115)
@@ -4,11 +4,11 @@
 pkgname=('wireshark-cli' 'wireshark-gtk')
 pkgbase=wireshark
 pkgver=1.8.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
-             'libgcrypt' 'lua51' 'python' 'portaudio')
+             'libgcrypt' 'lua51' 'python')
 url='http://www.wireshark.org/'
 options=(!libtool)
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
@@ -30,14 +30,13 @@
       --prefix=/usr \
       --with-ssl \
       --with-zlib=yes \
-      --with-lua \
-      --with-portaudio
+      --with-lua
   make all
 }
 
 package_wireshark-cli() {
   pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI version'
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'portaudio' 'lua51')
+  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua51')
   install=wireshark.install
   conflicts=(wireshark)
 




More information about the arch-commits mailing list