| author | Jaroslav Lichtblau
<svetlemodry@archlinux.org> 2013-10-06 19:15:11 UTC |
| committer | Jaroslav Lichtblau
<svetlemodry@archlinux.org> 2013-10-06 19:15:11 UTC |
| parent | 1be590bde55380da99b8cea8221f21f1fd302356 |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 6d7e22b..b792b98 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # 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') @@ -10,7 +10,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}"