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

Guillaume Alaux guillaume at archlinux.org
Sun Sep 5 14:53:57 UTC 2010


    Date: Sunday, September 5, 2010 @ 10:53:56
  Author: guillaume
Revision: 89963

upgpkg: wireshark 1.4.0-1
Upstream release + python support

Modified:
  wireshark/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-05 14:45:05 UTC (rev 89962)
+++ PKGBUILD	2010-09-05 14:53:56 UTC (rev 89963)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Maintainer: Guillaume ALAUX <guillaume at alaux dot net>
 
 pkgname=wireshark
-pkgver=1.2.10
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="A free network protocol analyzer for Unix/Linux and Windows"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -12,20 +12,18 @@
 url="http://www.wireshark.org/"
 install=wireshark.install
 options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgname}-${pkgver}.tar.gz wireshark.desktop wireshark.png wireshark-1.1.2--as-needed.patch)
-md5sums=('bddf081d9169402f8093bf4155f10e98'
+source=(http://www.wireshark.org/download/src/${pkgname}-${pkgver}.tar.bz2 wireshark.desktop wireshark.png)
+md5sums=('13b188baea23cdad40b7a55921384a77'
          '504ede44c02b2a52f6cbd3bffdf93b8d'
-         'e771800a8c977fe223583a453bc27397'
-         'cc87d7eb31f256df751b3371b1c426e9')
+         'e771800a8c977fe223583a453bc27397')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   export CFLAGS="-fno-unit-at-a-time ${CFLAGS}"
 
-  patch -Np1 -i $srcdir/wireshark-1.1.2--as-needed.patch
   autoreconf -f -i
 
-  ./configure --prefix=/usr --with-ssl
+  ./configure --prefix=/usr --with-ssl --with-python
   make all
   make DESTDIR=${pkgdir} install
 




More information about the arch-commits mailing list