diff options
Diffstat (limited to 'perl-string-perlquote/PKGBUILD')
-rw-r--r-- | perl-string-perlquote/PKGBUILD | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/perl-string-perlquote/PKGBUILD b/perl-string-perlquote/PKGBUILD index 8482289b5..ce837af22 100644 --- a/perl-string-perlquote/PKGBUILD +++ b/perl-string-perlquote/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-string-perlquote' pkgver='0.02' -pkgrel=8 +pkgrel=9 pkgdesc='Quote a string as Perl does' arch=('any') license=('PerlArtistic' 'GPL') @@ -20,11 +20,6 @@ makedepends=( 'perl-pathtools' 'perl-test-simple>=0.98' ) -checkdepends=( - 'perl-pod-coverage-trustpod' - 'perl-test-pod' - 'perl-test-pod-coverage' -) url='https://metacpan.org/release/String-PerlQuote' _distdir="String-PerlQuote-${pkgver}" source=("https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/${_distdir}.tar.gz") |