diff options
Diffstat (limited to 'perl-monkey-patch-action')
-rw-r--r-- | perl-monkey-patch-action/PKGBUILD | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/perl-monkey-patch-action/PKGBUILD b/perl-monkey-patch-action/PKGBUILD index 0d284cf74..76722107a 100644 --- a/perl-monkey-patch-action/PKGBUILD +++ b/perl-monkey-patch-action/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-monkey-patch-action' pkgver=0.061 -pkgrel=8 +pkgrel=9 pkgdesc='Wrap/add/replace/delete subs from other package (with restore)' arch=('any') license=('PerlArtistic' 'GPL') @@ -19,11 +19,6 @@ makedepends=( 'perl-io' 'perl-pathtools' 'perl-test-simple>=0.98') -checkdepends=( - 'perl-pod-coverage-trustpod' - 'perl-test-pod' - 'perl-test-pod-coverage' -) url='https://metacpan.org/release/Monkey-Patch-Action' _distdir="Monkey-Patch-Action-${pkgver}" source=("https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/${_distdir}.tar.gz") |