diff options
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} |