diff options
Diffstat (limited to 'testing/perl-algorithm-cron/APKBUILD')
-rw-r--r-- | testing/perl-algorithm-cron/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-algorithm-cron/APKBUILD b/testing/perl-algorithm-cron/APKBUILD index e460f06c21..f8f98e4359 100644 --- a/testing/perl-algorithm-cron/APKBUILD +++ b/testing/perl-algorithm-cron/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-algorithm-cron _pkgreal=Algorithm-Cron pkgver=0.10 -pkgrel=1 +pkgrel=2 pkgdesc="abstract implementation of the F<cron(8)> scheduling" url="https://metacpan.org/release/Algorithm-Cron" arch="noarch" @@ -14,7 +14,7 @@ cpanmakedepends="perl-test-fatal" depends="$cpandepends" makedepends="perl-dev perl-module-build $cpanmakedepends" 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" prepare() { |