aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-test-mock-guard/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-test-mock-guard/APKBUILD')
-rw-r--r--community/perl-test-mock-guard/APKBUILD4
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() {