diff options
Diffstat (limited to 'perl-http-tiny-mech/PKGBUILD')
-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 95c58a414..1817c108a 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=10 +pkgrel=11 pkgdesc='Wrap a WWW::Mechanize instance in an HTTP::Tiny compatible interface.' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.34' - 'perl<5.35' + 'perl>=5.36' + 'perl<5.37' 'perl-http-message' 'perl-http-tiny>=0.022' 'perl-parent' |