diff options
Diffstat (limited to 'system/perl-html-parser')
-rw-r--r-- | system/perl-html-parser/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/perl-html-parser/APKBUILD b/system/perl-html-parser/APKBUILD index 60aede3a0..227948e5c 100644 --- a/system/perl-html-parser/APKBUILD +++ b/system/perl-html-parser/APKBUILD @@ -14,7 +14,7 @@ cpanmakedepends=" " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |