Date: Tuesday, May 12, 2020 @ 02:39:09 Author: eschwartz Revision: 626568
upgpkg: perl-text-markdown 1.000031-9: add perl dependency for TODO https://www.archlinux.org/todo/perl-transient-openssl-dependencies/ This is literally a perl module and should depend on perl somehow. Modified: perl-text-markdown/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-12 02:32:44 UTC (rev 626567) +++ PKGBUILD 2020-05-12 02:39:09 UTC (rev 626568) @@ -4,12 +4,12 @@ pkgname=perl-text-markdown pkgver=1.000031 -pkgrel=8 +pkgrel=9 pkgdesc="Perl/CPAN Module Text::Markdown" arch=("any") url="https://search.cpan.org/dist/Text-Markdown" license=("GPL" "PerlArtistic") -options=() +depends=('perl') source=("https://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Text-Markdown-$pkgver.tar.gz") md5sums=('88ace17b0debebe88f0ea45a76c397ed')