Date: Thursday, June 1, 2017 @ 09:57:26 Author: foutrelis Revision: 297187
Add missing check dep on perl-cgi Modified: perl-html-template/trunk/PKGBUILD ----------+ PKGBUILD | 1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-01 09:55:13 UTC (rev 297186) +++ PKGBUILD 2017-06-01 09:57:26 UTC (rev 297187) @@ -11,6 +11,7 @@ url="http://search.cpan.org/dist/HTML-Template" license=("GPL" "PerlArtistic") depends=('perl') +checkdepends=('perl-cgi') options=('!emptydirs') source=("http://www.cpan.org/authors/id/W/WO/WONKO/HTML-Template-${pkgver}.tar.gz") md5sums=('6f08e9631af52e6a5f6e4648b89265fe')
