diff options
Diffstat (limited to 'perl-function-fallback-coreorpp')
-rw-r--r-- | perl-function-fallback-coreorpp/PKGBUILD | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/perl-function-fallback-coreorpp/PKGBUILD b/perl-function-fallback-coreorpp/PKGBUILD index 0d4610d91..cb1858b82 100644 --- a/perl-function-fallback-coreorpp/PKGBUILD +++ b/perl-function-fallback-coreorpp/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-function-fallback-coreorpp' pkgver=0.090 -pkgrel=5 +pkgrel=6 pkgdesc='Functions that use non-core XS module but provide pure-Perl/core fallback' arch=('any') license=('PerlArtistic' 'GPL') @@ -23,12 +23,6 @@ depends=( 'perl<5.37' 'perl-clone-pp' 'perl-exporter>=5.57') -checkdepends=( - 'perl-pod-coverage-trustpod' - 'perl-test-perl-critic' - 'perl-test-pod' - 'perl-test-pod-coverage' -) url='https://metacpan.org/release/Function-Fallback-CoreOrPP' _distdir="Function-Fallback-CoreOrPP-${pkgver}" source=("https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/${_distdir}.tar.gz") |