diff options
Diffstat (limited to 'main/perl-html-formattext-withlinks')
-rw-r--r-- | main/perl-html-formattext-withlinks/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-html-formattext-withlinks/APKBUILD b/main/perl-html-formattext-withlinks/APKBUILD index a3822230ca..39c6dba7ec 100644 --- a/main/perl-html-formattext-withlinks/APKBUILD +++ b/main/perl-html-formattext-withlinks/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-html-formattext-withlinks _pkgreal=HTML-FormatText-WithLinks pkgver=0.15 -pkgrel=0 +pkgrel=1 pkgdesc="HTML to text conversion with links as footnotes" -url="http://search.cpan.org/dist/HTML-FormatText-WithLinks/" +url="https://metacpan.org/release/HTML-FormatText-WithLinks/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-html-format perl-uri perl-html-tree" @@ -14,7 +14,7 @@ cpanmakedepends=" " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends perl-module-build" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/S/ST/STRUAN/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/S/ST/STRUAN/$_pkgreal-$pkgver.tar.gz" _builddir="$srcdir/$_pkgreal-$pkgver" |