| author | Lukas Fleischer
<lfleischer@archlinux.org> 2015-03-29 09:46:19 UTC |
| committer | Lukas Fleischer
<lfleischer@archlinux.org> 2015-03-29 09:46:19 UTC |
| parent | 9753bd78d81b4fae60d53b997c1ba960058af359 |
| PKGBUILD | +4 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index fe9fd56..0ffce3c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,9 @@ -# Maintainer: Kaiting Chen <kaitocracy@gmail.com> +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Aaron Schaefer <aaron@elasticdog.com> 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') @@ -10,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=('e8597a929e836ada22a8814b1c1651d0') +md5sums=('e163d8963c595b2032666724bc509bcc') build() { cd "${srcdir}/${pkgname}-${pkgver}"