Date: Saturday, February 25, 2017 @ 10:23:04 Author: lfleischer Revision: 213754
pv: Switch to HTTPs sources Modified: pv/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-25 10:21:01 UTC (rev 213753) +++ PKGBUILD 2017-02-25 10:23:04 UTC (rev 213754) @@ -1,4 +1,3 @@ -# $Id$ # Maintainer: Lukas Fleischer <[email protected]> # Contributor: Kaiting Chen <[email protected]> # Contributor: Aaron Schaefer <[email protected]> @@ -11,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") +source=("https://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2") md5sums=('e163d8963c595b2032666724bc509bcc') build() {
