diff options
author | Erich Eckner <git@eckner.net> | 2016-06-10 16:16:10 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-06-13 08:57:05 +0200 |
commit | ab08e654e5cdbd3b3364d329eac76643bff98c9a (patch) | |
tree | 79d7667b6d7fab230e8b6df2bb93c7308b5917fa /perl-statistics-descriptive/PKGBUILD | |
parent | d69f9358cb01f37fca3e874d6afc03d2771ba527 (diff) | |
download | archlinuxewe-ab08e654e5cdbd3b3364d329eac76643bff98c9a.tar.xz |
perl-statistics-descriptive dependency update
Diffstat (limited to 'perl-statistics-descriptive/PKGBUILD')
-rw-r--r-- | perl-statistics-descriptive/PKGBUILD | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/perl-statistics-descriptive/PKGBUILD b/perl-statistics-descriptive/PKGBUILD index c66a7bc85..d2676d4e0 100644 --- a/perl-statistics-descriptive/PKGBUILD +++ b/perl-statistics-descriptive/PKGBUILD @@ -4,13 +4,26 @@ pkgname='perl-statistics-descriptive' pkgver='3.0612' -pkgrel='3' +pkgrel='4' pkgdesc="Module of basic descriptive statistical functions." arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') -depends=('perl-list-moreutils>=0') -makedepends=() +provides=( + 'perl-statistics-descriptive-full=3.0612' + 'perl-statistics-descriptive-smoother=3.0612' + 'perl-statistics-descriptive-smoother-exponential=3.0612' + 'perl-statistics-descriptive-smoother-weightedexponential=3.0612' + 'perl-statistics-descriptive-sparse=3.0612') +depends=( + 'perl>=5.6.0' + 'perl-carp' + 'perl-list-moreutils' + 'perl-scalar-list-utils') +makedepends=( + 'perl-lib' + 'perl-module-build>=0.36' + 'perl-test-simple') checkdepends=('perl-test-pod>=1.22' 'perl-test-pod-coverage>=1.08' 'perl-cpan-changes' 'perl-test-trailingspace') url='https://metacpan.org/release/Statistics-Descriptive' source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-${pkgver}.tar.gz") |