diff options
author | Erich Eckner <git@eckner.net> | 2016-04-11 16:05:40 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-04-11 16:06:43 +0200 |
commit | 9ea7455d169be18a15a2a2e55b3eec4dc3803e75 (patch) | |
tree | 11141653b2190166d6624e1eccc66cd3d4545960 | |
parent | 1cfa4fac4ced68790987272a401c09e3c9fdb357 (diff) | |
download | archlinuxewe-9ea7455d169be18a15a2a2e55b3eec4dc3803e75.tar.xz |
perl-statistics-descriptive 3.0609 -> 3.0612
-rw-r--r-- | perl-statistics-descriptive/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-statistics-descriptive/PKGBUILD b/perl-statistics-descriptive/PKGBUILD index 9b24cd512..56401bfd3 100644 --- a/perl-statistics-descriptive/PKGBUILD +++ b/perl-statistics-descriptive/PKGBUILD @@ -2,8 +2,8 @@ # Generator : CPANPLUS::Dist::Arch 1.32 pkgname='perl-statistics-descriptive' -pkgver='3.0609' -pkgrel='2' +pkgver='3.0612' +pkgrel='1' pkgdesc="Module of basic descriptive statistical functions." arch=('any') license=('PerlArtistic' 'GPL') @@ -11,9 +11,9 @@ options=('!emptydirs') depends=('perl-list-moreutils>=0') makedepends=() url='https://metacpan.org/release/Statistics-Descriptive' -source=('http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-3.0609.tar.gz') -sha512sums=('06e3fe107085eab058c3816211e91069ac8c52bd3c5276ee61f0ad6d684a957bd02767fe6080aa12b93f6fb3b9f4cad30814fcfa0aba446d73861868f567ff4f') -_distdir="Statistics-Descriptive-3.0609" +source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-${pkgver}.tar.gz") +sha512sums=('1157c0259a376f44363861c515ef56a25cf5a496d67faea546e225751d39c3529f9aa7d1bd021e2e399d5e884e7f5372df67249fe4f5607a6bdd806235503d46') +_distdir="Statistics-Descriptive-${pkgver}" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ |