diff options
Diffstat (limited to 'perl-module-install-extratests')
-rw-r--r-- | perl-module-install-extratests/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-module-install-extratests/PKGBUILD b/perl-module-install-extratests/PKGBUILD index 49d8544c2..1d711ab86 100644 --- a/perl-module-install-extratests/PKGBUILD +++ b/perl-module-install-extratests/PKGBUILD @@ -3,14 +3,14 @@ pkgname='perl-module-install-extratests' pkgver='0.008' -pkgrel='3' +pkgrel=4 pkgdesc='contextual tests that the harness can ignore' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.28' - 'perl<5.29' + 'perl>=5.30' + 'perl<5.31' ) makedepends=( 'perl-extutils-makemaker>=6.59' |