diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-05 20:20:25 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-05 20:20:25 -0500 |
commit | 33c22f43a52aae722ce4d9cbe47f8d2fff31f395 (patch) | |
tree | 71f9661d9a843cca28225852f8784e48a2b96cb2 /community/etherape | |
parent | c87732e5659b56943ef4f120d7c71dcaabc3f849 (diff) | |
parent | 3695b5d62c2aef6e82abc95d775a2ebd89bce081 (diff) |
Merge branch 'master' of vparabola:~/abslibre-pre-mips64el
Conflicts:
multilib-testing/lib32-mesa/PKGBUILD
multilib/lib32-glew/PKGBUILD
testing/iproute2/PKGBUILD
Diffstat (limited to 'community/etherape')
-rw-r--r-- | community/etherape/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/etherape/PKGBUILD b/community/etherape/PKGBUILD index 54a5683f3..2e3713e94 100644 --- a/community/etherape/PKGBUILD +++ b/community/etherape/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 40756 2011-02-26 14:25:14Z jlichtblau $ +# $Id: PKGBUILD 48609 2011-06-03 09:54:50Z ttopper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: kevin <kevin@archlinux.org> # Contributor: Damir Perisa <damir.perisa@bluewin.ch> pkgname=etherape -pkgver=0.9.10 +pkgver=0.9.12 pkgrel=1 pkgdesc="A graphical network monitor for various OSI layers and protocols" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ license=('GPL2') depends=('libgnomeui' 'libpcap') makedepends=('rarian' 'gnome-doc-utils') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('e763b919b46f94f3cccc72f05d9075bb') +sha1sums=('8e9cc85e73e44eccb236f488111e02f418ab095d') build() { cd ${srcdir}/${pkgname}-${pkgver} |