summaryrefslogtreecommitdiff
path: root/main/perl-test-refcount/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-test-refcount/APKBUILD
parente731fcdf227f67201262ef13e38bf853636f5a93 (diff)
downloadaports-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/APKBUILD4
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"