[arch-commits] Commit in perl-module-install/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jun 14 21:50:45 UTC 2019


    Date: Friday, June 14, 2019 @ 21:50:45
  Author: arojas
Revision: 481534

https

Modified:
  perl-module-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-14 21:50:19 UTC (rev 481533)
+++ PKGBUILD	2019-06-14 21:50:45 UTC (rev 481534)
@@ -6,12 +6,12 @@
 pkgrel=3
 pkgdesc="Module::Install - Standalone, extensible Perl module installer"
 arch=('any')
-url='http://search.cpan.org/dist/Module-Install'
+url='https://search.cpan.org/dist/Module-Install'
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
 depends=('perl-file-remove' 'perl-json' 'perl-module-build' 'perl-module-scandeps' 'perl-par-dist'
          'perl-cpan-meta' 'perl-yaml-tiny')
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Install-$pkgver.tar.gz")
+source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Install-$pkgver.tar.gz")
 sha512sums=('68a255402c98955cfcb5a8a99555fe511b89d5fccf96ee1c498cab347c8945f3abe53485ea936f7419420d9c7beb52c861516f4cfd299812cebf80eab50fa5ba')
 
 build() {



More information about the arch-commits mailing list