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-test-refcount/APKBUILD | |
parent | e731fcdf227f67201262ef13e38bf853636f5a93 (diff) | |
download | aports-3c8264c6e10f5bc2a8eddadef23433c0d2a0496a.zip |
main: update all cpan urls to metacpan.org
Diffstat (limited to 'main/perl-test-refcount/APKBUILD')
-rw-r--r-- | main/perl-test-refcount/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/perl-test-refcount/APKBUILD b/main/perl-test-refcount/APKBUILD index 750fe022e02..a587a0f5787 100644 --- a/main/perl-test-refcount/APKBUILD +++ b/main/perl-test-refcount/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-test-refcount _pkgreal=Test-Refcount pkgver=0.10 -pkgrel=0 +pkgrel=1 pkgdesc="assert reference counts on objects" url="https://metacpan.org/release/Test-Refcount" arch="noarch" @@ -12,7 +12,7 @@ license="GPL-1.0-or-later OR Artistic-1.0-Perl" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends perl-module-build" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |