diff options
Diffstat (limited to 'perl-monkey-patch-action')
-rw-r--r-- | perl-monkey-patch-action/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-monkey-patch-action/PKGBUILD b/perl-monkey-patch-action/PKGBUILD index 313217e0f..546abd8f4 100644 --- a/perl-monkey-patch-action/PKGBUILD +++ b/perl-monkey-patch-action/PKGBUILD @@ -3,14 +3,14 @@ pkgname='perl-monkey-patch-action' pkgver=0.061 -pkgrel=7 +pkgrel=8 pkgdesc='Wrap/add/replace/delete subs from other package (with restore)' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.34' - 'perl<5.35' + 'perl>=5.36' + 'perl<5.37' 'perl-exporter>=5.57' 'perl-scalar-list-utils' 'perl-sub-delete') |