diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2012-01-02 15:47:36 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2012-01-02 15:47:36 +0000 |
commit | 7060378b90a16c7df51ae174b6702c649cc8f84c (patch) | |
tree | 2c2c8bee5feb23ac11b34b2210282941f56daee0 /testing/perl-graphviz | |
parent | 00a1e153cd3760f28b50e8e278e5383f12475ce8 (diff) | |
download | aports-7060378b90a16c7df51ae174b6702c649cc8f84c.tar.bz2 aports-7060378b90a16c7df51ae174b6702c649cc8f84c.tar.xz |
testing/perl-graphviz: bump pkgrel
Diffstat (limited to 'testing/perl-graphviz')
-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" |