| author | Lukas Fleischer
<lfleischer@archlinux.org> 2012-06-27 20:21:58 UTC |
| committer | Lukas Fleischer
<lfleischer@archlinux.org> 2012-06-27 20:21:58 UTC |
| parent | 51adef5fd822350c821d4122cc842b929fee033b |
| PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 8a6b5a0..9aedd0f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,15 +2,15 @@ # Contributor: Aaron Schaefer <aaron@elasticdog.com> pkgname=pv -pkgver=1.2.0 -pkgrel=2 +pkgver=1.3.1 +pkgrel=1 pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline.' arch=('i686' 'x86_64') url='http://www.ivarch.com/programs/pv.shtml' license=('custom:Artistic 2.0') depends=('glibc') -source=("http://pipeviewer.googlecode.com/files/$pkgname-$pkgver.tar.gz") -md5sums=('f7cc65c850ac98c6013cc448050eee4b') +source=("http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2") +md5sums=('4ca3b00c92e4c79045ca2d056fb77f40') build() { cd "${srcdir}/${pkgname}-${pkgver}"