mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
coccinelle: update bundled ocaml-stdcompat to support OCaml 5.3.
This commit is contained in:
parent
708fd61f6e
commit
267b6df34a
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'coccinelle'
|
# Template file for 'coccinelle'
|
||||||
pkgname=coccinelle
|
pkgname=coccinelle
|
||||||
version=1.3
|
version=1.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-pdflatex --enable-release
|
configure_args="--without-pdflatex --enable-release
|
||||||
--with-python=/usr/bin/python3"
|
--with-python=/usr/bin/python3"
|
||||||
|
@ -13,12 +13,12 @@ short_desc="Program matching and transformation engine"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://coccinelle.gitlabpages.inria.fr/website/"
|
homepage="https://coccinelle.gitlabpages.inria.fr/website/"
|
||||||
# distfiles="https://github.com/coccinelle/coccinelle/archive/${_gitrev}.tar.gz"
|
# this ref is https://github.com/ocamllibs/stdcompat/pull/35 ...
|
||||||
_stdcompat=13aef7a2221d32493fc141e68ed6ba4a35288699
|
_stdcompat=34487909b3c2693f9305ec17f9124d582d93258f
|
||||||
distfiles="https://coccinelle.gitlabpages.inria.fr/website/distrib/coccinelle-${version}.tar.gz
|
distfiles="https://coccinelle.gitlabpages.inria.fr/website/distrib/coccinelle-${version}.tar.gz
|
||||||
https://github.com/thierry-martinez/stdcompat/archive/${_stdcompat}.tar.gz"
|
https://github.com/thierry-martinez/stdcompat/archive/${_stdcompat}.tar.gz"
|
||||||
checksum="d214410c502951bb30b86f46ecd51c02ba5cfbcb2c1eee7268428a162b18f985
|
checksum="d214410c502951bb30b86f46ecd51c02ba5cfbcb2c1eee7268428a162b18f985
|
||||||
6cb788ec6f274fd8ac060801557123018cb6695855e8fd27117c5cc681d40ed7"
|
0eeb8ee66fb7fce101b0be4e0da89a9c51cabc8f59db6c18f6dac0fac058fadc"
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
make_check=ci-skip # broken out of the box
|
make_check=ci-skip # broken out of the box
|
||||||
|
|
Loading…
Add table
Reference in a new issue