diff options
Diffstat (limited to 'main/perl-string-shellquote')
-rw-r--r-- | main/perl-string-shellquote/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-string-shellquote/APKBUILD b/main/perl-string-shellquote/APKBUILD index 38f1c30ee5..7c4639b49d 100644 --- a/main/perl-string-shellquote/APKBUILD +++ b/main/perl-string-shellquote/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-string-shellquote _pkgreal=String-ShellQuote pkgver=1.04 -pkgrel=0 +pkgrel=1 pkgdesc="unknown" -url="http://search.cpan.org/dist/String-ShellQuote/" +url="https://metacpan.org/release/String-ShellQuote/" arch="noarch" license="GPL PerlArtistic" cpandepends="" @@ -14,7 +14,7 @@ cpanmakedepends=" " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/R/RO/ROSCH/$_pkgreal-$pkgver.tar.gz" _builddir="$srcdir/$_pkgreal-$pkgver" |