diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-02-01 14:56:48 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 00:09:45 +0100 |
commit | 3c8264c6e10f5bc2a8eddadef23433c0d2a0496a (patch) | |
tree | a90ad738a35cc7672c8b42d303d68bec2741a10f /main/perl-file-copy-recursive | |
parent | e731fcdf227f67201262ef13e38bf853636f5a93 (diff) | |
download | aports-3c8264c6e10f5bc2a8eddadef23433c0d2a0496a.zip |
main: update all cpan urls to metacpan.org
Diffstat (limited to 'main/perl-file-copy-recursive')
-rw-r--r-- | main/perl-file-copy-recursive/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/perl-file-copy-recursive/APKBUILD b/main/perl-file-copy-recursive/APKBUILD index 60875fd27f6..f36edc9669d 100644 --- a/main/perl-file-copy-recursive/APKBUILD +++ b/main/perl-file-copy-recursive/APKBUILD @@ -3,7 +3,7 @@ pkgname=perl-file-copy-recursive pkgver=0.45 _realname=File-Copy-Recursive-$pkgver -pkgrel=0 +pkgrel=1 pkgdesc="Perl extension for recursively copying files and directories" url="https://metacpan.org/release/File-Copy-Recursive" arch="noarch" @@ -12,7 +12,7 @@ makedepends="perl-dev" checkdepends="perl-test-deep perl-test-exception" options="!check" # requires several new pkgs which will ! begin in main subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/$_realname.tar.gz" +source="https://cpan.metacpan.org/authors/id/D/DM/DMUEY/$_realname.tar.gz" builddir="$srcdir/$_realname" |