camlp5: update to 8.00.02.
This commit is contained in:
parent
abd3a42fcd
commit
12df9c3ef5
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'camlp5'
|
# Template file for 'camlp5'
|
||||||
pkgname=camlp5
|
pkgname=camlp5
|
||||||
version=7.14
|
version=8.00.02
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="camlp5-rel${version//./}"
|
wrksrc="camlp5-rel${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="-mandir /usr/share/man"
|
configure_args="-mandir /usr/share/man"
|
||||||
hostmakedepends="ocaml perl"
|
hostmakedepends="ocaml perl"
|
||||||
|
@ -10,8 +10,8 @@ short_desc="OCaml preprocessor and pretty-printer"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://camlp5.github.io/"
|
homepage="https://camlp5.github.io/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/rel${version//./}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/rel${version}.tar.gz"
|
||||||
checksum=6e84b9bc04e03b05bd1ec15500f0b8f4ef4ea81576a1aa7037ef01c84cf76da5
|
checksum=3c8c5c574b739cd9e4f0fd4881625ec4c67b456b64fc04ed2882e89a724577fd
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
pattern='/archive/(v?|\Q'"$pkgname"'\E-|rel)?\K[\d\.]+(?=\.tar\.gz")'
|
pattern='rel\K[\d\.]+(?=\.tar\.gz")'
|
||||||
version="${version//./}"
|
ignore='71?'
|
||||||
|
|
Loading…
Reference in a new issue