diff options
Diffstat (limited to 'community/perl-log-log4perl/APKBUILD')
-rw-r--r-- | community/perl-log-log4perl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-log-log4perl/APKBUILD b/community/perl-log-log4perl/APKBUILD index 3e3111e726..0a0ae9dda1 100644 --- a/community/perl-log-log4perl/APKBUILD +++ b/community/perl-log-log4perl/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-log-log4perl _pkgreal=Log-Log4perl pkgver=1.49 -pkgrel=1 +pkgrel=2 pkgdesc="Log4j implementation for Perl" -url="http://search.cpan.org/dist/Log-Log4perl/" +url="https://metacpan.org/release/Log-Log4perl/" arch="noarch" license="GPL PerlArtistic" cpandepends="" @@ -14,7 +14,7 @@ cpanmakedepends="perl-log-dispatch perl-dbi" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/M/MS/MSCHILLI/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |