Skip to content

Commit

Permalink
comrak: update to 0.13.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage authored and the-maldridge committed Jul 1, 2022
1 parent bcecfe3 commit 2adb427
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/comrak/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Template file for 'comrak'
pkgname=comrak
version=0.13.0
version=0.13.1
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"
distfiles="https://github.com/kivikakk/comrak/archive/${version}.tar.gz"
checksum=e4b65fd55ef0dfc3835f24a5234a52b457534a2b500971f4c2e800f4ee889a69
checksum=a6169ba0ad7117c423ade7946d64e97fffe33217bf7094a850493c6dfba556c8

case "$XBPS_TARGET_MACHINE" in
i686*) broken="LLVM ran out of registers during register allocation: https://pastebin.com/raw/DLCa9nEz" ;;
# Tests don't compile on i686: ran out of registers during register allocation
i686*) make_check=no ;;
esac

post_patch() {
Expand Down

0 comments on commit 2adb427

Please sign in to comment.