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

Guillaume Alaux guillaume at archlinux.org
Sun Jun 24 12:42:40 UTC 2012


    Date: Sunday, June 24, 2012 @ 08:42:39
  Author: guillaume
Revision: 162250

upgpkg: wireshark 1.8.0-1

Upstream release

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-24 11:45:28 UTC (rev 162249)
+++ PKGBUILD	2012-06-24 12:42:39 UTC (rev 162250)
@@ -3,19 +3,21 @@
 # Contributor: Florian Pritz <bluewind at jabber dot ccc dot de>
 pkgname=('wireshark-cli' 'wireshark-gtk')
 pkgbase=wireshark
-pkgver=1.6.8
+pkgver=1.8.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'lua')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
+             'libgcrypt' 'lua' 'python')
 url="http://www.wireshark.org/"
 options=(!libtool)
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('dcdc5f4904af5804b622c955a30974e2')
+md5sums=('3eca81253800a0089d0f957e75853b05')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
 
+  ./autogen.sh
   ./configure \
       --prefix=/usr \
       --with-ssl \




More information about the arch-commits mailing list