From a30f3a998e934b95b7640a898344452d47c88668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 1 Jul 2022 14:09:36 +0200 Subject: [PATCH] comrak: update to 0.13.1. --- srcpkgs/comrak/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/comrak/template b/srcpkgs/comrak/template index 1cf003b7127c..4a6efc39ee13 100644 --- a/srcpkgs/comrak/template +++ b/srcpkgs/comrak/template @@ -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 " 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() {