Date: Saturday, February 25, 2017 @ 10:29:03 Author: lfleischer Revision: 213760
xautomation: Switch to HTTPs sources Modified: xautomation/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-25 10:28:08 UTC (rev 213759) +++ PKGBUILD 2017-02-25 10:29:03 UTC (rev 213760) @@ -1,4 +1,3 @@ -# $Id$ # Maintainer: Lukas Fleischer <[email protected]> # Contributor: raubkopierer <mail[dot]sensenmann[at]gmail[dot]com> @@ -10,7 +9,7 @@ arch=('i686' 'x86_64') license=('GPL') depends=('libpng' 'libxtst') -source=("http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz") +source=("https://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz") md5sums=('16b973fdb525feed876471225bba30ed') build() {
