| author | Lukas Fleischer
<lfleischer@archlinux.org> 2014-05-09 12:54:25 UTC |
| committer | Lukas Fleischer
<lfleischer@archlinux.org> 2014-05-09 12:54:25 UTC |
| parent | 0b6688c6e8c7bd6a7727498fbc1c7989e0436b28 |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index ef6a369..c006401 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Aaron Schaefer <aaron@elasticdog.com> pkgname=pv -pkgver=1.5.2 +pkgver=1.5.3 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=('fdcd0be1e333602f82a70921b87976b8') +md5sums=('efe8e9e4cad5f3264a32258a63bf2c8e') build() { cd "${srcdir}/${pkgname}-${pkgver}"