comrak: update to 0.16.0.
This commit is contained in:
parent
5553dd242e
commit
490ffb57af
1 changed files with 3 additions and 6 deletions
|
@ -1,24 +1,21 @@
|
||||||
# Template file for 'comrak'
|
# Template file for 'comrak'
|
||||||
pkgname=comrak
|
pkgname=comrak
|
||||||
version=0.15.0
|
version=0.16.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="CommonMark + GFM compatible Markdown parser and renderer"
|
short_desc="CommonMark + GFM compatible Markdown parser and renderer"
|
||||||
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/kivikakk/comrak"
|
homepage="https://github.com/kivikakk/comrak"
|
||||||
|
changelog="https://github.com/kivikakk/comrak/raw/main/changelog.txt"
|
||||||
distfiles="https://github.com/kivikakk/comrak/archive/${version}.tar.gz"
|
distfiles="https://github.com/kivikakk/comrak/archive/${version}.tar.gz"
|
||||||
checksum=ffac6192d71733f0fa9a1097b98e80c8ad0bb34ce8bec6afc2502b58aa1012b7
|
checksum=72f7ecbef6df715f14a61242fea0cbb450bbf1d10eb38acd99502daed04f8c07
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
# Tests don't compile on i686: ran out of registers during register allocation
|
# Tests don't compile on i686: ran out of registers during register allocation
|
||||||
i686*) make_check=no ;;
|
i686*) make_check=no ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
cargo update -p autocfg:1.0.1 --precise 1.1.0
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue