Date: Sunday, November 6, 2016 @ 13:47:34 Author: bpiotrowski Revision: 279903
Use HTTPS to download sources Modified: libva-intel-driver/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-06 13:47:18 UTC (rev 279902) +++ PKGBUILD 2016-11-06 13:47:34 UTC (rev 279903) @@ -11,7 +11,7 @@ license=('MIT') depends=('libva') replaces=('libva-driver-intel') -source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2) +source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2) md5sums=('f28ac265f836f7ce881305bd3a282c90') prepare() {