Date: Friday, June 14, 2019 @ 22:00:25
  Author: arojas
Revision: 481545

https

Modified:
  perl-par-dist/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-14 21:59:53 UTC (rev 481544)
+++ PKGBUILD    2019-06-14 22:00:25 UTC (rev 481545)
@@ -7,11 +7,11 @@
 pkgrel=5
 pkgdesc="Perl bindings to create and manipulate PAR distributions"
 arch=('any')
-url="http://search.cpan.org/dist/PAR-Dist/";
+url="https://search.cpan.org/dist/PAR-Dist/";
 license=('GPL' 'PerlArtistic')
 depends=('perl')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/PAR-Dist-$pkgver.tar.gz";)
+source=("https://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/PAR-Dist-$pkgver.tar.gz";)
 md5sums=('bd852113974544f3c8c107ab4055cf8c')
 
 build() {

Reply via email to