diff options
Diffstat (limited to 'testing/perl-cgi-expand/APKBUILD')
-rw-r--r-- | testing/perl-cgi-expand/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-cgi-expand/APKBUILD b/testing/perl-cgi-expand/APKBUILD index ad9b789666..e27511a0b0 100644 --- a/testing/perl-cgi-expand/APKBUILD +++ b/testing/perl-cgi-expand/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-cgi-expand _pkgreal=CGI-Expand pkgver=2.05 -pkgrel=1 +pkgrel=2 pkgdesc="convert flat hash to nested data using TT2's dot convention" url="https://metacpan.org/release/CGI-Expand" arch="noarch" @@ -13,7 +13,7 @@ cpandepends="perl-test-exception" depends="$cpandepends" makedepends="perl-dev" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/B/BO/BOWMANBS/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/B/BO/BOWMANBS/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { |