diff options
Diffstat (limited to 'community/perl-graphviz/APKBUILD')
-rw-r--r-- | community/perl-graphviz/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-graphviz/APKBUILD b/community/perl-graphviz/APKBUILD index e156dd45e4..1872726e23 100644 --- a/community/perl-graphviz/APKBUILD +++ b/community/perl-graphviz/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-graphviz _pkgreal=GraphViz pkgver=2.24 -pkgrel=1 +pkgrel=2 pkgdesc="Interface to AT&T's GraphViz. Deprecated. See GraphViz2" -url="http://search.cpan.org/dist/GraphViz/" +url="https://metacpan.org/release/GraphViz/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-libwww perl-file-which perl-xml-twig perl-xml-xpath @@ -15,7 +15,7 @@ cpanmakedepends="perl-test-pod" depends="$cpandepends" makedepends="perl-dev graphviz $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/$_pkgreal-$pkgver.tgz" +source="https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$_pkgreal-$pkgver.tgz" builddir="$srcdir/$_pkgreal-$pkgver" |