diff options
Diffstat (limited to 'perl-test-cpan-meta-json')
-rw-r--r-- | perl-test-cpan-meta-json/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-test-cpan-meta-json/PKGBUILD b/perl-test-cpan-meta-json/PKGBUILD index b1b7b8c19..17f72ac31 100644 --- a/perl-test-cpan-meta-json/PKGBUILD +++ b/perl-test-cpan-meta-json/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-test-cpan-meta-json' pkgver='0.16' -pkgrel=4 +pkgrel=5 pkgdesc='Validate your CPAN META.json files' arch=('any') license=('PerlArtistic' 'GPL') @@ -17,8 +17,8 @@ optdepends=( 'perl-test-pod-coverage>=0.08' ) depends=( - 'perl>=5.30' - 'perl<5.31' + 'perl>=5.32' + 'perl<5.33' 'perl-io' 'perl-json>=2.15' 'perl-test-simple>=0.62' |