From 15300bbe8b509437efb2662d3c3bb9debd93bcf2 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Tue, 16 Mar 2021 11:10:29 +0100 Subject: [PATCH] upgpkg: perl-rpsl-parser 0.04000-1 update links --- perl-rpsl-parser/.SRCINFO | 6 +++--- perl-rpsl-parser/PKGBUILD | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/perl-rpsl-parser/.SRCINFO b/perl-rpsl-parser/.SRCINFO index c0cdf03..6d37932 100644 --- a/perl-rpsl-parser/.SRCINFO +++ b/perl-rpsl-parser/.SRCINFO @@ -2,15 +2,15 @@ pkgbase = perl-rpsl-parser pkgdesc = Router Policy Specification Language (RFC2622) Parser pkgver = 0.04000 pkgrel = 1 - url = http://search.cpan.org/~lmc/RPSL-Parser/ + url = https://metacpan.org/release/RPSL-Parser arch = any license = GPL license = PerlArtistic depends = perl>=5.10.0, depends = perl-class-accessor>=0.31 options = !emptydirs - source = http://cpan.perl.org/modules/by-authors/id/L/LM/LMC/RPSL-Parser-0.04000.tar.gz - md5sums = f4344b0258b7d55dd5e0923a1fcda33d + source = https://cpan.perl.org/modules/by-authors/id/L/LM/LMC/RPSL-Parser-0.04000.tar.gz + sha256sums = 239cea155a166985892347b37968316f46f36114d050a0be8d71436fd08e90f1 pkgname = perl-rpsl-parser diff --git a/perl-rpsl-parser/PKGBUILD b/perl-rpsl-parser/PKGBUILD index 0a4e4ce..97603a5 100644 --- a/perl-rpsl-parser/PKGBUILD +++ b/perl-rpsl-parser/PKGBUILD @@ -1,4 +1,4 @@ -# Contributor: Cedric Girard +# Maintainer: Cedric Girard _author=LMC _perlmod=RPSL-Parser pkgname=perl-rpsl-parser @@ -6,12 +6,12 @@ pkgver=0.04000 pkgrel=1 pkgdesc="Router Policy Specification Language (RFC2622) Parser" arch=(any) -url="http://search.cpan.org/~lmc/RPSL-Parser/" +url="https://metacpan.org/release/$_perlmod" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0', 'perl-class-accessor>=0.31') options=(!emptydirs) -source=(http://cpan.perl.org/modules/by-authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz) -md5sums=(f4344b0258b7d55dd5e0923a1fcda33d) +source=(https://cpan.perl.org/modules/by-authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz) +sha256sums=('239cea155a166985892347b37968316f46f36114d050a0be8d71436fd08e90f1') build() { cd "$srcdir/$_perlmod-$pkgver"