upgpkg: perl-rpsl-parser 0.04000-1
update links
This commit is contained in:
parent
321675cbe3
commit
15300bbe8b
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Contributor: Cedric Girard <girard.cedric@gmail.com>
|
||||
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
|
||||
_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"
|
||||
|
|
Loading…
Reference in a new issue