summaryrefslogtreecommitdiff
path: root/perl-statistics-basic
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-23 20:20:27 +0200
committerErich Eckner <git@eckner.net>2020-06-23 20:20:27 +0200
commita57847e399024e8ecef90fe4872ca2910d27c964 (patch)
tree86f5deb6fb01537d9f383f72bd0452bdbfb84700 /perl-statistics-basic
parent92fbb1f4c64b414581b761e5f36be381f08140ae (diff)
downloadarchlinuxewe.git.save-a57847e399024e8ecef90fe4872ca2910d27c964.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-statistics-basic')
-rw-r--r--perl-statistics-basic/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-statistics-basic/PKGBUILD b/perl-statistics-basic/PKGBUILD
index 03880298..261ec5fe 100644
--- a/perl-statistics-basic/PKGBUILD
+++ b/perl-statistics-basic/PKGBUILD
@@ -3,14 +3,14 @@
pkgname='perl-statistics-basic'
pkgver='1.6611'
-pkgrel=4
+pkgrel=5
pkgdesc='A collection of very basic statistics modules'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.30'
- 'perl<5.31'
+ 'perl>=5.32'
+ 'perl<5.33'
'perl-number-format>=1.42'
'perl-scalar-list-utils'
)