summaryrefslogtreecommitdiff
path: root/perl-math-spline
diff options
context:
space:
mode:
Diffstat (limited to 'perl-math-spline')
-rw-r--r--perl-math-spline/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-math-spline/PKGBUILD b/perl-math-spline/PKGBUILD
index e9ddf9a3..d33bf67f 100644
--- a/perl-math-spline/PKGBUILD
+++ b/perl-math-spline/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname='perl-math-spline'
pkgver='0.02'
-pkgrel=7
+pkgrel=8
pkgdesc="Cubic Spline Interpolation of data"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.30'
- 'perl<5.31'
+ 'perl>=5.32'
+ 'perl<5.33'
'perl-carp'
'perl-exporter>=5.57'
'perl-math-derivative')