mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
comrak: update to 0.13.1.
This commit is contained in:
parent
bcecfe3b06
commit
2adb427c25
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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"
|
||||
|
@ -8,10 +8,11 @@ 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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue