diff options
-rw-r--r-- | perl-graph/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-graph/PKGBUILD b/perl-graph/PKGBUILD index 54977e16..6be35df1 100644 --- a/perl-graph/PKGBUILD +++ b/perl-graph/PKGBUILD @@ -4,13 +4,14 @@ pkgname='perl-graph' pkgver='0.9704' -pkgrel='2' +pkgrel='3' pkgdesc="graph data structures and algorithms" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl') makedepends=() +checkdepends=('perl-test-pod-coverage>=1.00' 'perl-test-pod>=1.00') url='https://metacpan.org/release/Graph' source=('http://search.cpan.org/CPAN/authors/id/J/JH/JHI/Graph-0.9704.tar.gz') sha512sums=('1eed5049577112cc2e41a83f6b3b6a22a08170597b5cb89e2eab6cc68386bfd989d3953d7ceab85bcfbd7d097a6925bd8eb43f48eed1ac07469ea4b2432149da') |