aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-parse-recdescent
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-02-01 14:56:48 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-02 00:09:45 +0100
commit3c8264c6e10f5bc2a8eddadef23433c0d2a0496a (patch)
treea90ad738a35cc7672c8b42d303d68bec2741a10f /main/perl-parse-recdescent
parente731fcdf227f67201262ef13e38bf853636f5a93 (diff)
main: update all cpan urls to metacpan.org
Diffstat (limited to 'main/perl-parse-recdescent')
-rw-r--r--main/perl-parse-recdescent/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/perl-parse-recdescent/APKBUILD b/main/perl-parse-recdescent/APKBUILD
index 9d6c45fe3e8..9e54789ed85 100644
--- a/main/perl-parse-recdescent/APKBUILD
+++ b/main/perl-parse-recdescent/APKBUILD
@@ -3,7 +3,7 @@
pkgname=perl-parse-recdescent
_realname=Parse-RecDescent
pkgver=1.967015
-pkgrel=1
+pkgrel=2
pkgdesc="Generate Recursive-Descent Parsers"
url="http://search.cpan.org/~dconway/Parse-RecDescent-1.96.0/"
arch="noarch"
@@ -13,7 +13,7 @@ makedepends="perl-dev"
checkdepends="perl-test-pod perl-test-warn"
install=
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/J/JT/JTBRAUN/$_realname-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/J/JT/JTBRAUN/$_realname-$pkgver.tar.gz"
builddir="$srcdir/$_realname-$pkgver"
prepare() {