diff --git a/perl-template-simple/.SRCINFO b/perl-template-simple/.SRCINFO index 1c1fdd8..0bbb886 100644 --- a/perl-template-simple/.SRCINFO +++ b/perl-template-simple/.SRCINFO @@ -9,8 +9,7 @@ pkgbase = perl-template-simple depends = perl>=5.10.0 depends = perl-file-slurp options = !emptydirs - source = http://cpan.metacpan.org/authors/id/U/UR/URI/Template-Simple-0.06.tar.gz + source = https://cpan.metacpan.org/authors/id/U/UR/URI/Template-Simple-0.06.tar.gz md5sums = d7ae8a05666b68d5b00cb4da7f25c774 pkgname = perl-template-simple - diff --git a/perl-template-simple/PKGBUILD b/perl-template-simple/PKGBUILD index 57198d3..19e8422 100644 --- a/perl-template-simple/PKGBUILD +++ b/perl-template-simple/PKGBUILD @@ -13,7 +13,7 @@ depends=( 'perl-file-slurp' ) options=(!emptydirs) -source=(http://cpan.metacpan.org/authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz) +source=(https://cpan.metacpan.org/authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz) md5sums=('d7ae8a05666b68d5b00cb4da7f25c774') build() {