Date: Monday, May 20, 2019 @ 20:44:52
  Author: arojas
Revision: 353676

https

Modified:
  perl-carp-clan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-05-20 20:44:31 UTC (rev 353675)
+++ PKGBUILD    2019-05-20 20:44:52 UTC (rev 353676)
@@ -9,10 +9,10 @@
 pkgdesc='Report errors from perspective of caller of a "clan" of modules'
 arch=('any')
 license=('PerlArtistic')
-url="http://search.cpan.org/dist/$_realname/";
+url="https://search.cpan.org/dist/$_realname/";
 depends=('perl')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_realname-$pkgver.tar.gz";)
+source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_realname-$pkgver.tar.gz";)
 md5sums=('a3e58800996c3af44b0efc191716ae86')
 
 build() {

Reply via email to