Date: Saturday, January 14, 2017 @ 15:27:56 Author: lfleischer Revision: 207345
libfakekey: Switch to HTTPs sources Modified: libfakekey/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-14 15:27:07 UTC (rev 207344) +++ PKGBUILD 2017-01-14 15:27:56 UTC (rev 207345) @@ -9,7 +9,7 @@ url='https://www.yoctoproject.org/tools-resources/projects/matchbox' license=('GPL') depends=('libxtst') -source=("http://downloads.yoctoproject.org/releases/matchbox/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") +source=("https://downloads.yoctoproject.org/releases/matchbox/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") md5sums=('83dbde4d77e8baf0176fe4291d8a2303') build() {
