diff options
Diffstat (limited to 'extra/iperf/PKGBUILD')
-rw-r--r-- | extra/iperf/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/iperf/PKGBUILD b/extra/iperf/PKGBUILD index e07fa4562..9cd6d49bd 100644 --- a/extra/iperf/PKGBUILD +++ b/extra/iperf/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 132026 2011-07-19 09:15:09Z giovanni $ +# $Id: PKGBUILD 143786 2011-11-29 11:18:28Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Dale Blount <dale@archlinux.org> pkgname=iperf pkgver=2.0.5 -pkgrel=2 +pkgrel=3 pkgdesc="A tool to measure maximum TCP bandwidth" arch=('i686' 'x86_64') license=('custom') url="http://iperf.sourceforge.net" depends=('gcc-libs') -source=(http://downloads.sourceforge.net/iperf/iperf-2.0.5.tar.gz - license - client.cpp.patch) +source=("http://downloads.sourceforge.net/iperf/iperf-2.0.5.tar.gz" + 'license' + 'client.cpp.patch') md5sums=('44b5536b67719f4250faed632a3cd016' 'a2879f900b76668b28a1cc922909db18' '82ce63c87cc8bb2f0f94069857ac14a9') |