diff options
Diffstat (limited to 'community/perl-html-template/APKBUILD')
-rw-r--r-- | community/perl-html-template/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-html-template/APKBUILD b/community/perl-html-template/APKBUILD index 055ca26726..38ab9152cc 100644 --- a/community/perl-html-template/APKBUILD +++ b/community/perl-html-template/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-html-template _pkgreal=HTML-Template pkgver=2.97 -pkgrel=0 +pkgrel=1 pkgdesc="Perl module to use HTML-like templating language" -url="http://search.cpan.org/dist/HTML-Template/" +url="https://metacpan.org/release/HTML-Template/" arch="noarch" license="GPL PerlArtistic" cpandepends="" @@ -14,7 +14,7 @@ cpanmakedepends="perl-cgi" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/S/SA/SAMTREGAR/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/S/SA/SAMTREGAR/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" check() { |