summaryrefslogtreecommitdiff
path: root/perl-cgi-emulate-psgi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-cgi-emulate-psgi/PKGBUILD')
-rw-r--r--perl-cgi-emulate-psgi/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-cgi-emulate-psgi/PKGBUILD b/perl-cgi-emulate-psgi/PKGBUILD
index ac6889d9..c4415c38 100644
--- a/perl-cgi-emulate-psgi/PKGBUILD
+++ b/perl-cgi-emulate-psgi/PKGBUILD
@@ -3,12 +3,14 @@
pkgname='perl-cgi-emulate-psgi'
pkgver=0.22
-pkgrel='5'
+pkgrel='6'
pkgdesc='PSGI adapter for CGI'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-cgi>=3.63'
'perl-http-message'
'perl>=5.8.1')