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

Guillaume Alaux guillaume at archlinux.org
Tue Oct 12 06:47:49 UTC 2010


    Date: Tuesday, October 12, 2010 @ 02:47:49
  Author: guillaume
Revision: 94904

upgpkg: wireshark 1.4.1-1
Upstream release

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-12 06:47:35 UTC (rev 94903)
+++ PKGBUILD	2010-10-12 06:47:49 UTC (rev 94904)
@@ -3,15 +3,15 @@
 # Contributor: Florian Pritz <bluewind at jabber dot ccc dot de>
 pkgname=(wireshark-cli wireshark-gtk)
 pkgbase=wireshark
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.4.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('bison' 'flex' 'gtk2' 'heimdal' 'libpcap' 'bash' 'gnutls' 'libcap')
 url="http://www.wireshark.org/"
 options=(!libtool)
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('13b188baea23cdad40b7a55921384a77')
+md5sums=('1719d20a10990e7c2cb261df7021aab6')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -38,7 +38,7 @@
 }
 
 package_wireshark-gtk() {
-  pkgdesc="A free network protocol analyzer for Unix/Linux and Windows - GTK version"
+  pkgdesc="A free network protocol analyzer for Unix/Linux and Windows - GTK frontend"
   depends=('gtk2' 'wireshark-cli')
   install=wireshark-gtk.install
   replaces=(wireshark)




More information about the arch-commits mailing list