summaryrefslogtreecommitdiff
path: root/community/tcpflow/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tcpflow/PKGBUILD')
-rw-r--r--community/tcpflow/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/tcpflow/PKGBUILD b/community/tcpflow/PKGBUILD
index e66a0fb0f..e6bc5469d 100644
--- a/community/tcpflow/PKGBUILD
+++ b/community/tcpflow/PKGBUILD
@@ -1,17 +1,16 @@
-# $Id: PKGBUILD 65859 2012-02-22 13:07:30Z cbrannon $
+# $Id: PKGBUILD 69671 2012-04-22 09:26:57Z cbrannon $
# Maintainer: Chris Brannon <cmbrannon79@gmail.com>
# Contributor: Jeff Mickey <jeff@archlinux.org>
pkgname=tcpflow
-pkgver=1.1.0
+pkgver=1.2.6
pkgrel=1
pkgdesc="Captures data transmitted as part of TCP connections then stores the data conveniently"
arch=('i686' 'x86_64')
url="http://afflib.org/software/tcpflow"
license=('GPL')
-depends=('gcc-libs' 'libpcap')
-source=("http://afflib.org/downloads/$pkgname.tar.gz")
-md5sums=('9b836b16575679e9d10f39ac7a98efbe')
+depends=('gcc-libs' 'libpcap' 'zlib')
+source=("https://github.com/downloads/simsong/$pkgname/$pkgname-$pkgver.tar.gz")
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -23,3 +22,4 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
+md5sums=('7562f8a1a65f1ce1238be84a1fe83bf6')