diff options
Diffstat (limited to 'community/perl-math-random-mt-auto/APKBUILD')
-rw-r--r-- | community/perl-math-random-mt-auto/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-math-random-mt-auto/APKBUILD b/community/perl-math-random-mt-auto/APKBUILD index 2dd71a4d5f..38d49e3890 100644 --- a/community/perl-math-random-mt-auto/APKBUILD +++ b/community/perl-math-random-mt-auto/APKBUILD @@ -4,16 +4,16 @@ pkgname=perl-math-random-mt-auto _pkgreal=Math-Random-MT-Auto pkgver=6.23 -pkgrel=2 +pkgrel=3 pkgdesc="Auto-seeded Mersenne Twister PRNGs" -url="http://search.cpan.org/dist/Math-Random-MT-Auto/" +url="https://metacpan.org/release/Math-Random-MT-Auto/" arch="all" license="unrestricted" cpandepends="perl-exception-class perl-object-insideout" depends="$cpandepends" makedepends="perl-dev" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/J/JD/JDHEDDEN/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |