[arch-commits] Commit in perl-html-template/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 09:57:26 UTC 2017


    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')



More information about the arch-commits mailing list