diff options
Diffstat (limited to 'perl-cgi-emulate-psgi')
-rw-r--r-- | perl-cgi-emulate-psgi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-cgi-emulate-psgi/PKGBUILD b/perl-cgi-emulate-psgi/PKGBUILD index c4415c384..71228f897 100644 --- a/perl-cgi-emulate-psgi/PKGBUILD +++ b/perl-cgi-emulate-psgi/PKGBUILD @@ -3,14 +3,14 @@ pkgname='perl-cgi-emulate-psgi' pkgver=0.22 -pkgrel='6' +pkgrel=7 pkgdesc='PSGI adapter for CGI' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.28' - 'perl<5.29' + 'perl>=5.30' + 'perl<5.31' 'perl-cgi>=3.63' 'perl-http-message' 'perl>=5.8.1') |