diff options
Diffstat (limited to 'community/perl-xml-twig/APKBUILD')
-rw-r--r-- | community/perl-xml-twig/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-xml-twig/APKBUILD b/community/perl-xml-twig/APKBUILD index 71fa4b6270..934b237735 100644 --- a/community/perl-xml-twig/APKBUILD +++ b/community/perl-xml-twig/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-xml-twig _pkgreal=XML-Twig pkgver=3.52 -pkgrel=1 +pkgrel=2 pkgdesc="XML, The Perl Way" -url="http://search.cpan.org/dist/XML-Twig/" +url="https://metacpan.org/release/XML-Twig/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-xml-parser" @@ -14,7 +14,7 @@ cpanmakedepends="perl-xml-xpath" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/M/MI/MIROD/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |