diff options
Diffstat (limited to 'testing/perl-graphviz/APKBUILD')
-rw-r--r-- | testing/perl-graphviz/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-graphviz/APKBUILD b/testing/perl-graphviz/APKBUILD index 4b7de57538..ee40a40e7e 100644 --- a/testing/perl-graphviz/APKBUILD +++ b/testing/perl-graphviz/APKBUILD @@ -4,10 +4,10 @@ pkgname=perl-graphviz _pkgreal=GraphViz pkgver=2.09 -pkgrel=2 +pkgrel=3 pkgdesc="Perl module for GraphViz" url="http://search.cpan.org/dist/GraphViz/" -arch="" +arch="noarch" license="GPL PerlArtistic" cpandepends="" cpanmakedepends="graphviz perl-ipc-run perl-parse-recdescent perl-file-which perl-xml-xpath perl-xml-twig perl-test-pod" |