diff options
Diffstat (limited to 'community/perl-log-dispatch-configurator-any/APKBUILD')
-rw-r--r-- | community/perl-log-dispatch-configurator-any/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-log-dispatch-configurator-any/APKBUILD b/community/perl-log-dispatch-configurator-any/APKBUILD index 298d77265f..e364258b28 100644 --- a/community/perl-log-dispatch-configurator-any/APKBUILD +++ b/community/perl-log-dispatch-configurator-any/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-log-dispatch-configurator-any _pkgreal=Log-Dispatch-Configurator-Any pkgver=1.122640 -pkgrel=1 +pkgrel=2 pkgdesc="Configurator implementation with Config::Any" -url="http://search.cpan.org/dist/Log-Dispatch-Configurator-Any/" +url="https://metacpan.org/release/Log-Dispatch-Configurator-Any/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-log-dispatch perl-config-any perl-log-dispatch-config @@ -16,7 +16,7 @@ depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" checkdepends="perl-namespace-autoclean perl-specio perl-params-validationcompiler" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/O/OL/OLIVER/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/O/OL/OLIVER/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |