diff options
author | root <root@rshg054.dnsready.net> | 2012-06-29 00:01:58 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-29 00:01:58 +0000 |
commit | eb4c1f17fe6790f814a67378ed66bddbb93def96 (patch) | |
tree | 8d9a601807e65342ae8c6c59df40ffd168403e8f /community/pv/PKGBUILD | |
parent | ad4cbb616af1b40790c6533f1d5b98dbd7aaa199 (diff) |
Fri Jun 29 00:01:58 UTC 2012
Diffstat (limited to 'community/pv/PKGBUILD')
-rw-r--r-- | community/pv/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
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 <kaitocracy@gmail.com> # Contributor: Aaron Schaefer <aaron@elasticdog.com> 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}" |