summaryrefslogtreecommitdiff
path: root/community/pv/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-29 11:51:20 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-29 11:51:20 -0300
commitc368f5d06f0242275c55bac695d4e89f17e3e908 (patch)
treea5f616aa128c174cf4c71e2930d2efeb7e4e76a2 /community/pv/PKGBUILD
parent64ac32351268a93f44782b6279ce07f4b0685c59 (diff)
parent50aa5b5bd92fbf10494cbce145f4e7b19ce36daf (diff)
Merge branch 'master' of ssh://gparabola/srv/git/abslibre-mips64el
Diffstat (limited to 'community/pv/PKGBUILD')
-rw-r--r--community/pv/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/pv/PKGBUILD b/community/pv/PKGBUILD
index a3315b1a3..be7580221 100644
--- a/community/pv/PKGBUILD
+++ b/community/pv/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 66513 2012-02-25 22:25:20Z lfleischer $
+# $Id: PKGBUILD 73006 2012-06-27 20:22:20Z lfleischer $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# 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' 'mips64el')
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}"