diff options
-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 5346325339..4b7de57538 100644 --- a/testing/perl-graphviz/APKBUILD +++ b/testing/perl-graphviz/APKBUILD @@ -4,10 +4,10 @@ pkgname=perl-graphviz _pkgreal=GraphViz pkgver=2.09 -pkgrel=1 +pkgrel=2 pkgdesc="Perl module for GraphViz" url="http://search.cpan.org/dist/GraphViz/" -arch="noarch" +arch="" license="GPL PerlArtistic" cpandepends="" cpanmakedepends="graphviz perl-ipc-run perl-parse-recdescent perl-file-which perl-xml-xpath perl-xml-twig perl-test-pod" |