diff options
Diffstat (limited to 'perl-want')
-rw-r--r-- | perl-want/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-want/PKGBUILD b/perl-want/PKGBUILD index 87ebe2b73..bd853196a 100644 --- a/perl-want/PKGBUILD +++ b/perl-want/PKGBUILD @@ -4,12 +4,12 @@ pkgname='perl-want' pkgver='0.29' -pkgrel='6' +pkgrel=7 pkgdesc="A generalisation of wantarray" arch=('x86_64' 'i686' 'pentium4') depends=( - 'perl>=5.28' - 'perl<5.29' + 'perl>=5.30' + 'perl<5.31' ) license=('PerlArtistic' 'GPL') options=('!emptydirs') |