diff options
author | root <root@rshg054.dnsready.net> | 2013-02-16 00:07:09 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-16 00:07:09 -0800 |
commit | 4a4f6be8604aa35bdc81ae29d86b07dc8aea0c5c (patch) | |
tree | 41f9694a761d6e5637f15f9f9241e5b84cd8897b /community/pv | |
parent | 067830244f6b16cb094a59e5ca8fa262bd66a2ec (diff) |
Sat Feb 16 00:07:08 PST 2013
Diffstat (limited to 'community/pv')
-rw-r--r-- | community/pv/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pv/PKGBUILD b/community/pv/PKGBUILD index 4c048021c..d0420c243 100644 --- a/community/pv/PKGBUILD +++ b/community/pv/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80922 2012-12-06 22:11:43Z lfleischer $ +# $Id: PKGBUILD 84287 2013-02-15 14:40:03Z lfleischer $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Aaron Schaefer <aaron@elasticdog.com> pkgname=pv -pkgver=1.4.0 +pkgver=1.4.6 pkgrel=1 pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline.' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url='http://www.ivarch.com/programs/pv.shtml' license=('custom:Artistic 2.0') depends=('glibc') source=("http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2") -md5sums=('2403d1bc130b0f481344bd2b2470b17d') +md5sums=('d55ff76f5caa83efc23aa527dbb0b191') build() { cd "${srcdir}/${pkgname}-${pkgver}" |