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

Guillaume Alaux guillaume at nymeria.archlinux.org
Sat Mar 9 12:30:29 UTC 2013


    Date: Saturday, March 9, 2013 @ 13:30:28
  Author: guillaume
Revision: 179712

Upstream release - sources

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-09 12:26:08 UTC (rev 179711)
+++ PKGBUILD	2013-03-09 12:30:28 UTC (rev 179712)
@@ -3,7 +3,7 @@
 # Contributor: Florian Pritz <bluewind at jabber dot ccc dot de>
 pkgname=('wireshark-cli' 'wireshark-gtk')
 pkgbase=wireshark
-pkgver=1.8.5
+pkgver=1.8.6
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,13 +14,14 @@
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
         01_patch-automake-1.13.diff
         02_enable-version.diff)
-sha256sums=('d4e4798216974a3c45e74b03644ee33b64481d2fe5c788c002266e5f141ee372'
+sha256sums=('2722ed3e926c26648faec31a81b7881d829df85762c21794b9dd9e4f227331ea'
             '388a9cf4c924c32a0f7ee8ffeaae060cdbf0c712bcc0032d5dfaa5717b217b80'
             'dd71a9fc3443b5e586d9e50c31208d031f20d7b96cf72d9e4e0f02f2f175d00b')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
 
+# https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8202
   patch -p0 < ${srcdir}/01_patch-automake-1.13.diff
   patch -p0 < ${srcdir}/02_enable-version.diff
 




More information about the arch-commits mailing list