camlp5: update to 8.00.02.

This commit is contained in:
Leah Neukirchen 2021-10-01 22:12:02 +02:00
parent abd3a42fcd
commit 12df9c3ef5
2 changed files with 7 additions and 7 deletions

View file

@ -1,8 +1,8 @@
# Template file for 'camlp5'
pkgname=camlp5
version=7.14
revision=2
wrksrc="camlp5-rel${version//./}"
version=8.00.02
revision=1
wrksrc="camlp5-rel${version}"
build_style=configure
configure_args="-mandir /usr/share/man"
hostmakedepends="ocaml perl"
@ -10,8 +10,8 @@ short_desc="OCaml preprocessor and pretty-printer"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
homepage="https://camlp5.github.io/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/rel${version//./}.tar.gz"
checksum=6e84b9bc04e03b05bd1ec15500f0b8f4ef4ea81576a1aa7037ef01c84cf76da5
distfiles="https://github.com/${pkgname}/${pkgname}/archive/rel${version}.tar.gz"
checksum=3c8c5c574b739cd9e4f0fd4881625ec4c67b456b64fc04ed2882e89a724577fd
nocross=yes
nopie=yes

View file

@ -1,2 +1,2 @@
pattern='/archive/(v?|\Q'"$pkgname"'\E-|rel)?\K[\d\.]+(?=\.tar\.gz")'
version="${version//./}"
pattern='rel\K[\d\.]+(?=\.tar\.gz")'
ignore='71?'