diff options
author | Erich Eckner <git@eckner.net> | 2018-09-24 14:04:23 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-24 14:04:23 +0200 |
commit | 14ad6dfed97c2bbe523a1323012a90e77b7600dc (patch) | |
tree | 18204cbbe57df6fdee254b8f63133a1f310d67b0 /perl-http-tiny-mech | |
parent | b15f6b0dc2a23325b00b195e061334255d03540e (diff) | |
download | archlinuxewe-14ad6dfed97c2bbe523a1323012a90e77b7600dc.tar.xz |
recompile all perl packages
Diffstat (limited to 'perl-http-tiny-mech')
-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 bf99fc8a0..f362c43d5 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' |