diff options
Diffstat (limited to 'perl-http-tiny-mech')
-rw-r--r-- | perl-http-tiny-mech/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-http-tiny-mech/PKGBUILD b/perl-http-tiny-mech/PKGBUILD index a6b20962f..36d93335e 100644 --- a/perl-http-tiny-mech/PKGBUILD +++ b/perl-http-tiny-mech/PKGBUILD @@ -3,14 +3,14 @@ pkgname='perl-http-tiny-mech' pkgver=1.001002 -pkgrel=7 +pkgrel=8 pkgdesc='Wrap a WWW::Mechanize instance in an HTTP::Tiny compatible interface.' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.30' - 'perl<5.31' + 'perl>=5.32' + 'perl<5.33' 'perl-http-message' 'perl-http-tiny>=0.022' 'perl-parent' |