diff options
Diffstat (limited to 'community/perl-config-tiny/APKBUILD')
-rw-r--r-- | community/perl-config-tiny/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-config-tiny/APKBUILD b/community/perl-config-tiny/APKBUILD index deda23a583..37ddbfeea5 100644 --- a/community/perl-config-tiny/APKBUILD +++ b/community/perl-config-tiny/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-config-tiny _pkgreal=Config-Tiny pkgver=2.24 -pkgrel=0 +pkgrel=1 pkgdesc="Perl module for Config-Tiny" -url="http://search.cpan.org/dist/Config-Tiny/" +url="https://metacpan.org/release/Config-Tiny/" arch="noarch" license="GPL PerlArtistic" cpandepends="" @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/$_pkgreal-$pkgver.tgz" +source="https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$_pkgreal-$pkgver.tgz" builddir="$srcdir/$_pkgreal-$pkgver" |