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

Guillaume Alaux guillaume at archlinux.org
Sat Jun 11 21:34:36 UTC 2011


    Date: Saturday, June 11, 2011 @ 17:34:35
  Author: guillaume
Revision: 127256

upgpkg: wireshark 1.6.0-1
Upstream release + re-enabled zlib

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-11 20:48:32 UTC (rev 127255)
+++ PKGBUILD	2011-06-11 21:34:35 UTC (rev 127256)
@@ -3,15 +3,15 @@
 # Contributor: Florian Pritz <bluewind at jabber dot ccc dot de>
 pkgname=(wireshark-cli wireshark-gtk)
 pkgbase=wireshark
-pkgver=1.4.7
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libpcap' 'bash' 'gnutls' 'libcap' 'lua')
 url="http://www.wireshark.org/"
 options=(!libtool)
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('b5065426d5524ddc1667314f8256c2b1')
+md5sums=('9f9314c89bf1c8b440a7909884838cfd')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -20,7 +20,7 @@
   ./configure \
       --prefix=/usr \
       --with-ssl \
-      --with-zlib=no \
+      --with-zlib=yes \
       --with-lua
   make all
 }




More information about the arch-commits mailing list