diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template index 8458a5c7fd7..14aa01b8e7a 100644 --- a/srcpkgs/coccigrep/template +++ b/srcpkgs/coccigrep/template @@ -1,14 +1,12 @@ # Template file for 'coccigrep' pkgname=coccigrep version=1.16 -revision=1 +revision=2 noarch=yes -build_style=python-module -python_versions="3.4" -pycompile_version="3.4" +build_style=python3-module pycompile_module="coccigrep" -hostmakedepends="python3.4-setuptools" -depends="coccinelle python3.4-setuptools python3.4-Pygments" +hostmakedepends="python3-setuptools" +depends="coccinelle python3-setuptools python3-Pygments" short_desc="Semantic grep for the C language based on coccinelle" maintainer="Oliver Kiddle " license="GPL-3"