diff options
Diffstat (limited to 'community/tcpflow')
-rw-r--r-- | community/tcpflow/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tcpflow/PKGBUILD b/community/tcpflow/PKGBUILD index e6bc5469d..2ac149074 100644 --- a/community/tcpflow/PKGBUILD +++ b/community/tcpflow/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 69671 2012-04-22 09:26:57Z cbrannon $ +# $Id: PKGBUILD 75325 2012-08-19 20:50:53Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Jeff Mickey <jeff@archlinux.org> pkgname=tcpflow -pkgver=1.2.6 +pkgver=1.2.9 pkgrel=1 pkgdesc="Captures data transmitted as part of TCP connections then stores the data conveniently" arch=('i686' 'x86_64') @@ -11,6 +11,7 @@ url="http://afflib.org/software/tcpflow" license=('GPL') depends=('gcc-libs' 'libpcap' 'zlib') source=("https://github.com/downloads/simsong/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('99e2fbbc6ab8db03a1a9b935689dd407') build() { cd "$srcdir/$pkgname-$pkgver" @@ -22,4 +23,3 @@ package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums=('7562f8a1a65f1ce1238be84a1fe83bf6') |