diff options
author | Erich Eckner <git@eckner.net> | 2019-06-11 14:02:00 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-06-11 14:02:00 +0200 |
commit | cc7ffdb1f36cab4d33b7b865184569c0b913db8a (patch) | |
tree | 8087c11bf1961915fd19a575c18226148e672399 /perl-http-tiny-mech | |
parent | 6adad5ff5aba4b49c90c05f71a9d044e9a002366 (diff) | |
download | archlinuxewe.git.save-cc7ffdb1f36cab4d33b7b865184569c0b913db8a.tar.xz |
recompile all perl packages
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 f362c43d..a6b20962 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='6' +pkgrel=7 pkgdesc='Wrap a WWW::Mechanize instance in an HTTP::Tiny compatible interface.' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.28' - 'perl<5.29' + 'perl>=5.30' + 'perl<5.31' 'perl-http-message' 'perl-http-tiny>=0.022' 'perl-parent' |