diff options
Diffstat (limited to 'perl-http-tiny-mech/PKGBUILD')
-rw-r--r-- | perl-http-tiny-mech/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-http-tiny-mech/PKGBUILD b/perl-http-tiny-mech/PKGBUILD index bf99fc8a..f362c43d 100644 --- a/perl-http-tiny-mech/PKGBUILD +++ b/perl-http-tiny-mech/PKGBUILD @@ -3,13 +3,14 @@ pkgname='perl-http-tiny-mech' pkgver=1.001002 -pkgrel='5' +pkgrel='6' pkgdesc='Wrap a WWW::Mechanize instance in an HTTP::Tiny compatible interface.' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.6.0' + 'perl>=5.28' + 'perl<5.29' 'perl-http-message' 'perl-http-tiny>=0.022' 'perl-parent' |