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 c90d6929a..509a60b0c 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=4 +pkgrel=5 pkgdesc='Wrap/add/replace/delete subs from other package (with restore)' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.30' - 'perl<5.31' + 'perl>=5.32' + 'perl<5.33' 'perl-exporter>=5.57' 'perl-scalar-list-utils' 'perl-sub-delete') |