From eb4c1f17fe6790f814a67378ed66bddbb93def96 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 29 Jun 2012 00:01:58 +0000 Subject: Fri Jun 29 00:01:58 UTC 2012 --- community/pv/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/pv') diff --git a/community/pv/PKGBUILD b/community/pv/PKGBUILD index 4cda145ce..8d7b5cfac 100644 --- a/community/pv/PKGBUILD +++ b/community/pv/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 66513 2012-02-25 22:25:20Z lfleischer $ +# $Id: PKGBUILD 73006 2012-06-27 20:22:20Z lfleischer $ # Maintainer: Kaiting Chen # Contributor: Aaron Schaefer pkgname=pv -pkgver=1.2.0 -pkgrel=2 +pkgver=1.3.1 +pkgrel=1 pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline.' arch=('i686' 'x86_64') url='http://www.ivarch.com/programs/pv.shtml' license=('custom:Artistic 2.0') depends=('glibc') -source=("http://pipeviewer.googlecode.com/files/$pkgname-$pkgver.tar.gz") -md5sums=('f7cc65c850ac98c6013cc448050eee4b') +source=("http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2") +md5sums=('4ca3b00c92e4c79045ca2d056fb77f40') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf