summaryrefslogtreecommitdiff
path: root/perl-math-combinatorics/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-math-combinatorics/PKGBUILD')
-rw-r--r--perl-math-combinatorics/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-math-combinatorics/PKGBUILD b/perl-math-combinatorics/PKGBUILD
index 9516aa345..d10f95769 100644
--- a/perl-math-combinatorics/PKGBUILD
+++ b/perl-math-combinatorics/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname='perl-math-combinatorics'
pkgver='0.09'
-pkgrel=8
+pkgrel=9
pkgdesc="Perform combinations and permutations on lists"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.32'
- 'perl<5.33'
+ 'perl>=5.34'
+ 'perl<5.35'
)
makedepends=()
url='http://search.mcpan.org/dist/Math-Combinatorics'