aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-email-date-format/APKBUILD
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-email-date-format/APKBUILD
parente731fcdf227f67201262ef13e38bf853636f5a93 (diff)
downloadaports-3c8264c6e10f5bc2a8eddadef23433c0d2a0496a.tar.bz2
aports-3c8264c6e10f5bc2a8eddadef23433c0d2a0496a.tar.xz
main: update all cpan urls to metacpan.org
Diffstat (limited to 'main/perl-email-date-format/APKBUILD')
-rw-r--r--main/perl-email-date-format/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-email-date-format/APKBUILD b/main/perl-email-date-format/APKBUILD
index 685c849fce..9630ce8cce 100644
--- a/main/perl-email-date-format/APKBUILD
+++ b/main/perl-email-date-format/APKBUILD
@@ -4,9 +4,9 @@
pkgname=perl-email-date-format
_pkgreal=Email-Date-Format
pkgver=1.005
-pkgrel=0
+pkgrel=1
pkgdesc="produce RFC 2822 date strings"
-url="http://search.cpan.org/dist/Email-Date-Format/"
+url="https://metacpan.org/release/Email-Date-Format/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends=""
@@ -14,7 +14,7 @@ cpanmakedepends=" perl-capture-tiny "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz"
_builddir="$srcdir/$_pkgreal-$pkgver"