coccigrep: update to 1.20.
This commit is contained in:
parent
3dd82b0af0
commit
2273cabf35
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'coccigrep'
|
# Template file for 'coccigrep'
|
||||||
pkgname=coccigrep
|
pkgname=coccigrep
|
||||||
version=1.17
|
version=1.20
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="coccigrep"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="coccinelle python3-Pygments"
|
depends="coccinelle python3-Pygments"
|
||||||
short_desc="Semantic grep for the C language based on coccinelle"
|
short_desc="Semantic grep for the C language based on coccinelle"
|
||||||
|
@ -12,7 +11,7 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="http://home.regit.org/software/coccigrep/"
|
homepage="http://home.regit.org/software/coccigrep/"
|
||||||
distfiles="https://github.com/regit/coccigrep/archive/v${version}.tar.gz"
|
distfiles="https://github.com/regit/coccigrep/archive/v${version}.tar.gz"
|
||||||
checksum=4770fda04c4ad4e3ff1f4a2830f0a74c8fb4e73d09e350eaa9f4a2380a34a296
|
checksum=624840bac93b92b723bb89be1bf712717b984e7ab34c4712ec2a6135136df421
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman ${pkgname}.1
|
vman ${pkgname}.1
|
||||||
|
|
Loading…
Reference in a new issue