diff options
Diffstat (limited to 'perl-math-combinatorics')
-rw-r--r-- | perl-math-combinatorics/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-math-combinatorics/PKGBUILD b/perl-math-combinatorics/PKGBUILD index 30fe3e44e..282b8c678 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=10 +pkgrel=11 pkgdesc="Perform combinations and permutations on lists" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.34' - 'perl<5.35' + 'perl>=5.36' + 'perl<5.37' ) makedepends=() url='http://search.mcpan.org/dist/Math-Combinatorics' |