Date: Sunday, March 29, 2015 @ 11:46:19 Author: lfleischer Revision: 130184
upgpkg: pv 1.6.0-1 Upstream update. Modified: pv/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-29 08:14:32 UTC (rev 130183) +++ PKGBUILD 2015-03-29 09:46:19 UTC (rev 130184) @@ -1,9 +1,10 @@ # $Id$ -# Maintainer: Kaiting Chen <[email protected]> +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Kaiting Chen <[email protected]> # Contributor: Aaron Schaefer <[email protected]> pkgname=pv -pkgver=1.5.7 +pkgver=1.6.0 pkgrel=1 pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline.' arch=('i686' 'x86_64') @@ -11,7 +12,7 @@ license=('custom:Artistic 2.0') depends=('glibc') source=("http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2") -md5sums=('e8597a929e836ada22a8814b1c1651d0') +md5sums=('e163d8963c595b2032666724bc509bcc') build() { cd "${srcdir}/${pkgname}-${pkgver}"
