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-monkey-patch-action | |
parent | b15f6b0dc2a23325b00b195e061334255d03540e (diff) | |
download | archlinuxewe-14ad6dfed97c2bbe523a1323012a90e77b7600dc.tar.xz |
recompile all perl packages
Diffstat (limited to 'perl-monkey-patch-action')
-rw-r--r-- | perl-monkey-patch-action/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-monkey-patch-action/PKGBUILD b/perl-monkey-patch-action/PKGBUILD index 4458a6a8d..f32c4cb92 100644 --- a/perl-monkey-patch-action/PKGBUILD +++ b/perl-monkey-patch-action/PKGBUILD @@ -3,13 +3,14 @@ pkgname='perl-monkey-patch-action' pkgver=0.061 -pkgrel='2' +pkgrel='3' pkgdesc='Wrap/add/replace/delete subs from other package (with restore)' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.10.1' + 'perl>=5.28' + 'perl<5.29' 'perl-exporter>=5.57' 'perl-scalar-list-utils' 'perl-sub-delete') |