comrak: update to 0.16.0.

This commit is contained in:
Jan Christian Grünhage 2023-01-26 15:13:23 +01:00 committed by Michal Vasilek
parent 5553dd242e
commit 490ffb57af
1 changed files with 3 additions and 6 deletions

View File

@ -1,24 +1,21 @@
# Template file for 'comrak'
pkgname=comrak
version=0.15.0
version=0.16.0
revision=1
build_style=cargo
short_desc="CommonMark + GFM compatible Markdown parser and renderer"
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
license="BSD-2-Clause"
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"
checksum=ffac6192d71733f0fa9a1097b98e80c8ad0bb34ce8bec6afc2502b58aa1012b7
checksum=72f7ecbef6df715f14a61242fea0cbb450bbf1d10eb38acd99502daed04f8c07
case "$XBPS_TARGET_MACHINE" in
# Tests don't compile on i686: ran out of registers during register allocation
i686*) make_check=no ;;
esac
post_patch() {
cargo update -p autocfg:1.0.1 --precise 1.1.0
}
post_install() {
vlicense COPYING
}