diff options
Diffstat (limited to 'perl-module-cpanfile')
-rw-r--r-- | perl-module-cpanfile/PKGBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/perl-module-cpanfile/PKGBUILD b/perl-module-cpanfile/PKGBUILD index 30af3c5bb..3d0f1528d 100644 --- a/perl-module-cpanfile/PKGBUILD +++ b/perl-module-cpanfile/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-module-cpanfile' pkgver=1.1004 -pkgrel=8 +pkgrel=9 pkgdesc='Parse cpanfile' arch=('any') license=('PerlArtistic' 'GPL') @@ -19,9 +19,6 @@ makedepends=( 'perl-extutils-makemaker' 'perl-file-pushd' 'perl-test-simple>=0.88') -checkdepends=( - 'perl-test-pod' -) url='https://metacpan.org/release/Module-CPANfile' _distdir="Module-CPANfile-${pkgver}" source=("https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/${_distdir}.tar.gz") |