| author | Lukas Fleischer
<lfleischer@archlinux.org> 2014-09-11 10:28:08 UTC |
| committer | Lukas Fleischer
<lfleischer@archlinux.org> 2014-09-11 10:28:08 UTC |
| parent | e9460e45b07ac1da2419a17c4a357bf91bf0feb1 |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index c006401..fe9fd56 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Aaron Schaefer <aaron@elasticdog.com> pkgname=pv -pkgver=1.5.3 +pkgver=1.5.7 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=('efe8e9e4cad5f3264a32258a63bf2c8e') +md5sums=('e8597a929e836ada22a8814b1c1651d0') build() { cd "${srcdir}/${pkgname}-${pkgver}"