[arch-commits] Commit in perl-pod-spell/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 21 12:26:31 UTC 2020


    Date: Sunday, June 21, 2020 @ 12:26:31
  Author: felixonmars
Revision: 649248

add perl-pod-parser dep for perl 5.32

Modified:
  perl-pod-spell/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-21 12:22:55 UTC (rev 649247)
+++ PKGBUILD	2020-06-21 12:26:31 UTC (rev 649248)
@@ -7,7 +7,8 @@
 arch=('any')
 license=('PerlArtistic')
 url="https://metacpan.org/release/Pod-Spell"
-depends=('perl-class-tiny' 'perl-file-sharedir' 'perl-lingua-en-inflect' 'perl-path-tiny')
+depends=('perl-class-tiny' 'perl-file-sharedir' 'perl-lingua-en-inflect' 'perl-path-tiny'
+         'perl-pod-parser')
 makedepends=('perl-file-sharedir-install' 'perl-test-deep')
 options=('!emptydirs')
 source=("https://cpan.metacpan.org/authors/id/D/DO/DOLMEN/Pod-Spell-$pkgver.tar.gz")



More information about the arch-commits mailing list