aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-exception-class
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-exception-class
parente731fcdf227f67201262ef13e38bf853636f5a93 (diff)
downloadaports-3c8264c6e10f5bc2a8eddadef23433c0d2a0496a.tar.bz2
aports-3c8264c6e10f5bc2a8eddadef23433c0d2a0496a.tar.xz
main: update all cpan urls to metacpan.org
Diffstat (limited to 'main/perl-exception-class')
-rw-r--r--main/perl-exception-class/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-exception-class/APKBUILD b/main/perl-exception-class/APKBUILD
index e3ba067e7b..6f0ec08b4c 100644
--- a/main/perl-exception-class/APKBUILD
+++ b/main/perl-exception-class/APKBUILD
@@ -4,9 +4,9 @@
pkgname=perl-exception-class
_pkgreal=Exception-Class
pkgver=1.44
-pkgrel=0
+pkgrel=1
pkgdesc="A module that allows you to declare real exception classes in Perl"
-url="http://search.cpan.org/dist/Exception-Class/"
+url="https://metacpan.org/release/Exception-Class/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-devel-stacktrace perl-class-data-inheritable"
@@ -16,7 +16,7 @@ depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
checkdepends="$cpancheckdepends"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$_pkgreal-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {