diff options
author | root <root@rshg054.dnsready.net> | 2012-07-14 00:01:45 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-14 00:01:45 +0000 |
commit | e0f65a739c6445de07de1585e72c230958d8f011 (patch) | |
tree | d6cfcd449768dbc82f5d5d539ea02333340652b7 /community/pv/PKGBUILD | |
parent | 2aa5510e030a6ac8ec723dfd915a394b888e21c1 (diff) |
Sat Jul 14 00:01:45 UTC 2012
Diffstat (limited to 'community/pv/PKGBUILD')
-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 8d7b5cfac..c39a359f0 100644 --- a/community/pv/PKGBUILD +++ b/community/pv/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 73006 2012-06-27 20:22:20Z lfleischer $ +# $Id: PKGBUILD 73617 2012-07-12 05:30:42Z lfleischer $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Aaron Schaefer <aaron@elasticdog.com> pkgname=pv -pkgver=1.3.1 +pkgver=1.3.4 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=('4ca3b00c92e4c79045ca2d056fb77f40') +md5sums=('8041eac8a2942ef11ce6c7559cc4fb0a') build() { cd "${srcdir}/${pkgname}-${pkgver}" |