diff options
Diffstat (limited to 'community/perl-xml-treepp')
-rw-r--r-- | community/perl-xml-treepp/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-xml-treepp/APKBUILD b/community/perl-xml-treepp/APKBUILD index a8db16eca4..53654d38a8 100644 --- a/community/perl-xml-treepp/APKBUILD +++ b/community/perl-xml-treepp/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-xml-treepp _pkgreal=XML-TreePP pkgver=0.43 -pkgrel=1 +pkgrel=2 pkgdesc="Pure Perl implementation for parsing/writing XML documents" -url="http://search.cpan.org/dist/XML-TreePP/" +url="https://metacpan.org/release/XML-TreePP/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-libwww" @@ -14,7 +14,7 @@ cpanmakedepends=" " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/K/KA/KAWASAKI/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/K/KA/KAWASAKI/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |