diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-02-01 15:00:08 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 00:09:45 +0100 |
commit | d2d8c7385b0582928d8ffa96eea86888c8511c25 (patch) | |
tree | 41f91221b30c4c34b72604dd6400a7825eda57de /community/perl-test-mock-guard/APKBUILD | |
parent | 3c8264c6e10f5bc2a8eddadef23433c0d2a0496a (diff) | |
download | aports-d2d8c7385b0582928d8ffa96eea86888c8511c25.tar.bz2 aports-d2d8c7385b0582928d8ffa96eea86888c8511c25.tar.xz |
community: update all cpan urls to metacpan.org
Diffstat (limited to 'community/perl-test-mock-guard/APKBUILD')
-rw-r--r-- | community/perl-test-mock-guard/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-test-mock-guard/APKBUILD b/community/perl-test-mock-guard/APKBUILD index a4e20a363a..ffb59981db 100644 --- a/community/perl-test-mock-guard/APKBUILD +++ b/community/perl-test-mock-guard/APKBUILD @@ -3,7 +3,7 @@ pkgname=perl-test-mock-guard _pkgname=Test-Mock-Guard pkgver=0.10 -pkgrel=2 +pkgrel=3 pkgdesc="Simple mock test library using RAII" url="https://github.com/zigorou/p5-test-mock-guard" arch="noarch" @@ -11,7 +11,7 @@ license="PerlArtistic" depends="perl-class-load perl-exporter" makedepends="perl-dev perl-module-build" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/X/XA/XAICRON/$_pkgname-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/X/XA/XAICRON/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" prepare() { |