diff options
author | root <root@rshg054.dnsready.net> | 2013-05-16 01:06:25 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-16 01:06:25 -0700 |
commit | 453f3b8b2c568e9babcdc4852772278a39f130c0 (patch) | |
tree | 0f330a052dc9da74351a6167b47f16d91bf59bfa /community/etherape/PKGBUILD | |
parent | 51c18483cd98db045391ee9a0c7b9b6ad5d4ab3a (diff) |
Thu May 16 01:06:25 PDT 2013
Diffstat (limited to 'community/etherape/PKGBUILD')
-rw-r--r-- | community/etherape/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/etherape/PKGBUILD b/community/etherape/PKGBUILD index 8fc090151..c56998921 100644 --- a/community/etherape/PKGBUILD +++ b/community/etherape/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 64163 2012-02-09 16:45:19Z ttopper $ +# $Id: PKGBUILD 90898 2013-05-15 12:17:39Z ttoepper $ # 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.12 -pkgrel=2 -pkgdesc="A graphical network monitor for various OSI layers and protocols" +pkgver=0.9.13 +pkgrel=1 +pkgdesc='A graphical network monitor for various OSI layers and protocols' arch=('i686' 'x86_64') url="http://etherape.sourceforge.net/" license=('GPL2') depends=('libgnomeui' 'libpcap') makedepends=('rarian' 'gnome-doc-utils') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha1sums=('8e9cc85e73e44eccb236f488111e02f418ab095d') +sha1sums=('87c387b0929071581bcb6515b15ab849ea8c77fb') build() { cd ${srcdir}/${pkgname}-${pkgver} |