From e55ed30a595ecee287cdb1c06ddb23dd10ba2759 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 9 Mar 2022 19:11:23 -0500 Subject: [PATCH] mdcat: update to 0.26.1, restore cross, adopt. --- srcpkgs/mdcat/template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/mdcat/template b/srcpkgs/mdcat/template index 9a3ea193604c..c07dbd3b3913 100644 --- a/srcpkgs/mdcat/template +++ b/srcpkgs/mdcat/template @@ -1,21 +1,20 @@ # Template file for 'mdcat' pkgname=mdcat -version=0.25.0 +version=0.26.1 revision=1 -wrksrc="${pkgname}-${pkgname}-${version}" +wrksrc="${pkgname}" build_style=cargo hostmakedepends="pkg-config ruby-asciidoctor" makedepends="openssl-devel" short_desc="Cat for markdown" -maintainer="Wilson Birney " +maintainer="cinerea0 " license="MPL-2.0" -homepage="https://github.com/lunaryorn/mdcat" -changelog="https://raw.githubusercontent.com/lunaryorn/mdcat/main/CHANGELOG.md" -distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz" -checksum=92fddabab24f2e7d673b06c1f31a7746abbb547c5581faaed17a8e3e1e5b17a5 +homepage="https://codeberg.org/flausch/mdcat/" +changelog="https://codeberg.org/flausch/mdcat/raw/branch/main/CHANGELOG.md" +distfiles="https://codeberg.org/flausch/mdcat/archive/mdcat-${version}.tar.gz" +checksum=1120c4f3b5b517075b6347dbfe76a2211a91837b4d0242c0b72cdbc19e6886dd case "$XBPS_TARGET_MACHINE" in - armv6l|armv7l) broken="https://build.voidlinux.org/builders/armv7l_builder/builds/36158/steps/shell_3/logs/stdio" ;; x86_64*|i686*|arm*|aarch64*) ;; *) broken="ftbfs in ring" ;; esac