From 67aed631c523866ad1569bea2d027b92ea350c29 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Sun, 17 May 2020 22:06:54 +1000 Subject: [PATCH] diffr: update to 0.1.4. --- srcpkgs/diffr/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/diffr/template b/srcpkgs/diffr/template index 05705ce66ac..fa0e8a74e04 100644 --- a/srcpkgs/diffr/template +++ b/srcpkgs/diffr/template @@ -1,6 +1,6 @@ # Template file for 'diffr' pkgname=diffr -version=0.1.3 +version=0.1.4 revision=1 build_style=cargo short_desc="LCS based diff highlighting tool to ease code review from your terminal" @@ -9,7 +9,11 @@ license="MIT" homepage="https://github.com/mookid/diffr" changelog="https://github.com/mookid/diffr/raw/master/CHANGELOG.md" distfiles="https://github.com/mookid/diffr/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=7fd8c078a1b94140624a5a021eef059a916f79cdf21cfba7489f83be8fadfaa2 +checksum=2613b57778df4466a20349ef10b9e022d0017b4aee9a47fb07e78779f444f8cb + +if [ "$XBPS_TARGET_WORDSIZE" != "64" ]; then + broken="https://travis-ci.org/github/void-linux/void-packages/jobs/688023480" +fi do_install() { vbin "target/${RUST_TARGET}/release/diffr"