diff options
Diffstat (limited to 'community/tcpflow/PKGBUILD')
-rw-r--r-- | community/tcpflow/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/tcpflow/PKGBUILD b/community/tcpflow/PKGBUILD index f80f53699..701eb0ff5 100644 --- a/community/tcpflow/PKGBUILD +++ b/community/tcpflow/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 65663 2012-02-21 20:26:43Z cbrannon $ +# $Id: PKGBUILD 65859 2012-02-22 13:07:30Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Jeff Mickey <jeff@archlinux.org> pkgname=tcpflow -pkgver=0.21 -pkgrel=5 +pkgver=1.1.0 +pkgrel=1 pkgdesc="Captures data transmitted as part of TCP connections then stores the data conveniently" arch=('i686' 'x86_64' 'mips64el') -url="http://www.circlemud.org/~jelson/software/tcpflow/" +url="http://afflib.org/software/tcpflow" license=('GPL') -depends=('libpcap') -source=(http://www.circlemud.org/pub/jelson/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('45a5aef6f043312315b7f342afc4a9c5') +depends=('gcc-libs' 'libpcap') +source=("http://afflib.org/downloads/$pkgname.tar.gz") +md5sums=('9b836b16575679e9d10f39ac7a98efbe') build() { cd "$srcdir/$pkgname-$pkgver" |