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

Guillaume Alaux guillaume at archlinux.org
Wed Dec 5 13:04:27 UTC 2012


    Date: Wednesday, December 5, 2012 @ 08:04:27
  Author: guillaume
Revision: 172768

Set lua51 and portaudio as dep instead of optdeps - sources

Modified:
  wireshark/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-05 11:44:31 UTC (rev 172767)
+++ PKGBUILD	2012-12-05 13:04:27 UTC (rev 172768)
@@ -4,7 +4,7 @@
 pkgname=('wireshark-cli' 'wireshark-gtk')
 pkgbase=wireshark
 pkgver=1.8.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
@@ -33,9 +33,7 @@
 
 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')
-  optdepends=('lua51: to use lua for prototyping and scripting'
-              'portaudio: to enable audio output for RTP streams')
+  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'portaudio' 'lua51')
   install=wireshark.install
   conflicts=(wireshark)
 




More information about the arch-commits mailing list