diff options
author | root <root@rshg054.dnsready.net> | 2013-10-07 03:11:14 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-07 03:11:14 -0700 |
commit | 9159b8ca1c97a398204d7a7d4d78c3394639bd02 (patch) | |
tree | b5f4812b9eb3f353870fe858d46ca76e9ea1f027 /community/pv | |
parent | d3bff0fc1a69eb487b5d45b168c018f44a53b223 (diff) |
Mon Oct 7 03:07:04 PDT 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 d0420c243..9cebe6aa3 100644 --- a/community/pv/PKGBUILD +++ b/community/pv/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 84287 2013-02-15 14:40:03Z lfleischer $ +# $Id: PKGBUILD 98158 2013-10-06 19:15:22Z jlichtblau $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Aaron Schaefer <aaron@elasticdog.com> pkgname=pv -pkgver=1.4.6 +pkgver=1.4.12 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=('d55ff76f5caa83efc23aa527dbb0b191') +md5sums=('605adc0f369496bca92b0656cf86b25e') build() { cd "${srcdir}/${pkgname}-${pkgver}" |