diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template index bb208a527a8..c32d6430f0f 100644 --- a/srcpkgs/gcovr/template +++ b/srcpkgs/gcovr/template @@ -1,18 +1,18 @@ # Template file for 'gcovr' pkgname=gcovr -version=3.4 +version=4.0 revision=1 noarch=yes -build_style=python2-module +build_style=python3-module pycompile_module="gcovr" -hostmakedepends="python-setuptools" -depends="python" +hostmakedepends="python3-setuptools" +depends="python3-setuptools python3-Jinja2" short_desc="Generates a simple report that summarizes the gcc code coverage" maintainer="Andre Klitzing " -homepage="http://gcovr.com/" -license="3-clause-BSD" +homepage="https://gcovr.com/" +license="BSD-3-Clause" distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz" -checksum=1c52a71f245adfe1b45e30fbe5015337fe66546f17f40038b3969b7b42acceed +checksum=f9731a0ea516f2087e13b3bc310dbd8edaec4ce6a56b2462f5603ee925f40377 post_install() { vlicense LICENSE.txt