summaryrefslogtreecommitdiff
path: root/perl-math-utils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-math-utils/PKGBUILD')
-rw-r--r--perl-math-utils/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-math-utils/PKGBUILD b/perl-math-utils/PKGBUILD
index 28099af4..9f0a9d36 100644
--- a/perl-math-utils/PKGBUILD
+++ b/perl-math-utils/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-math-utils'
pkgver=1.14
-pkgrel=1
+pkgrel=2
pkgdesc='Useful mathematical functions not in Perl'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -12,6 +12,8 @@ makedepends=(
'perl-module-build>=0.4'
'perl-test-simple')
depends=(
+ 'perl>=5.32'
+ 'perl<5.33'
'perl>=5.10.1')
checkdepends=(
'perl-test-checkmanifest'