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

Guillaume Alaux guillaume at archlinux.org
Thu Nov 29 16:30:28 UTC 2012


    Date: Thursday, November 29, 2012 @ 11:30:28
  Author: guillaume
Revision: 172115

upgpkg: wireshark 1.8.4-1

Upstream release 1.8.4 + built against lua51 - sources

Modified:
  wireshark/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-29 11:54:59 UTC (rev 172114)
+++ PKGBUILD	2012-11-29 16:30:28 UTC (rev 172115)
@@ -3,18 +3,18 @@
 # Contributor: Florian Pritz <bluewind at jabber dot ccc dot de>
 pkgname=('wireshark-cli' 'wireshark-gtk')
 pkgbase=wireshark
-pkgver=1.8.3
-pkgrel=2
+pkgver=1.8.4
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
-             'libgcrypt' 'lua' 'python' 'portaudio')
-url="http://www.wireshark.org/"
+             'libgcrypt' 'lua51' 'python' 'portaudio')
+url='http://www.wireshark.org/'
 options=(!libtool)
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
         enable_version.patch)
-sha1sums=('3e1322eea5794c71de752b7923af9379bcc95299'
-          '9a56a9153b6903e508b0375cde4f6e57ffc544e6')
+sha256sums=('cae9ec0cb9fa0b732a76c0f72f8c15d763f8cdc2e389cda2da6c48c24559faac'
+            '0cf13fb0a53909dd737e44f3c3f62b824527d7c96eaffb69d9a8bf4772d54cbd')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -32,8 +32,10 @@
 }
 
 package_wireshark-cli() {
-  pkgdesc="A free network protocol analyzer for Unix/Linux and Windows - CLI version"
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua' 'portaudio')
+  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')
   install=wireshark.install
   conflicts=(wireshark)
 
@@ -56,7 +58,7 @@
 }
 
 package_wireshark-gtk() {
-  pkgdesc="A free network protocol analyzer for Unix/Linux and Windows - GTK frontend"
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK frontend'
   depends=('gtk2' 'wireshark-cli' 'desktop-file-utils' 'hicolor-icon-theme')
   install=wireshark-gtk.install
   replaces=(wireshark)




More information about the arch-commits mailing list