diff options
Diffstat (limited to 'perl-statistics-descriptive')
-rw-r--r-- | perl-statistics-descriptive/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-statistics-descriptive/PKGBUILD b/perl-statistics-descriptive/PKGBUILD index b9b2d89db..ba31321aa 100644 --- a/perl-statistics-descriptive/PKGBUILD +++ b/perl-statistics-descriptive/PKGBUILD @@ -4,13 +4,14 @@ pkgname='perl-statistics-descriptive' pkgver='3.0612' -pkgrel='1' +pkgrel='2' pkgdesc="Module of basic descriptive statistical functions." arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl-list-moreutils>=0') makedepends=() +checkdepends=('perl-test-pod>=1.22' 'perl-test-pod-coverage>=1.08') url='https://metacpan.org/release/Statistics-Descriptive' source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-${pkgver}.tar.gz") sha512sums=('1157c0259a376f44363861c515ef56a25cf5a496d67faea546e225751d39c3529f9aa7d1bd021e2e399d5e884e7f5372df67249fe4f5607a6bdd806235503d46') |