summaryrefslogtreecommitdiff
path: root/extra/wireshark
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-04 10:49:42 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-04 10:49:42 -0300
commit624e141150ea71c22164ca4ac6602d6d5a191674 (patch)
tree7e4f924e39fd73afb927925fbd75f857a41fae9c /extra/wireshark
parent692010aa202808a5b0ab62a132e5e366e34273fc (diff)
parentb625511a28fd8401f524474b5339e75328595150 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/mlt/PKGBUILD community-testing/acetoneiso2/PKGBUILD community-testing/paraview/PKGBUILD community-testing/qbittorrent/PKGBUILD community-testing/virtualbox/PKGBUILD community-testing/virtualbox/virtualbox.install community/chmsee/PKGBUILD extra/kdelibs/PKGBUILD extra/kdeutils/PKGBUILD extra/libmpdclient/PKGBUILD extra/xf86-video-ati/PKGBUILD extra/xfce4-session/PKGBUILD extra/xfce4-smartbookmark-plugin/PKGBUILD kde-unstable/kdebase-workspace/PKGBUILD multilib/lib32-libdrm/PKGBUILD multilib/lib32-readline/PKGBUILD
Diffstat (limited to 'extra/wireshark')
-rw-r--r--extra/wireshark/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/wireshark/PKGBUILD b/extra/wireshark/PKGBUILD
index 0e1b15b7d..c9d010fa4 100644
--- a/extra/wireshark/PKGBUILD
+++ b/extra/wireshark/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 137559 2011-09-09 12:10:57Z guillaume $
+# $Id: PKGBUILD 141895 2011-11-02 20:35:14Z guillaume $
# Maintainer: Guillaume ALAUX <guillaume at alaux dot net>
# Contributor: Florian Pritz <bluewind at jabber dot ccc dot de>
pkgname=(wireshark-cli wireshark-gtk)
pkgbase=wireshark
-pkgver=1.6.2
+pkgver=1.6.3
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
@@ -11,7 +11,7 @@ makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'li
url="http://www.wireshark.org/"
options=(!libtool)
source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('301677b5f8150265315632fb6247e06e')
+md5sums=('5012c75c379ffd47fbcf395d9a6e417e')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}"