aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-test-mockrandom/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/perl-test-mockrandom/APKBUILD')
-rw-r--r--main/perl-test-mockrandom/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-test-mockrandom/APKBUILD b/main/perl-test-mockrandom/APKBUILD
index a63803c9543..56a01c08580 100644
--- a/main/perl-test-mockrandom/APKBUILD
+++ b/main/perl-test-mockrandom/APKBUILD
@@ -4,9 +4,9 @@
pkgname=perl-test-mockrandom
_pkgreal=Test-MockRandom
pkgver=1.01
-pkgrel=1
+pkgrel=2
pkgdesc="Replaces random number generation with non-random number generation"
-url="http://search.cpan.org/dist/Test-MockRandom/"
+url="https://metacpan.org/release/Test-MockRandom/"
arch="noarch"
license="Apache-2.0"
cpandepends=""
@@ -14,7 +14,7 @@ cpanmakedepends=" "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/$_pkgreal-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {