From 9e3d28621ba54769cd8046ca0639636af0cbf474 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 17 Oct 2019 18:30:10 +0200 Subject: [PATCH] tau: update to 0.9.3 Also enable on x86_64-musl again, where rustc should hopefully work w/ gtk-rs --- srcpkgs/tau/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tau/template b/srcpkgs/tau/template index ff2dfc1c190..75f5188c42a 100644 --- a/srcpkgs/tau/template +++ b/srcpkgs/tau/template @@ -1,6 +1,6 @@ # Template file for 'tau' pkgname=tau -version=0.9.2 +version=0.9.3 revision=1 build_style=meson build_helper=rust @@ -11,10 +11,11 @@ short_desc="GTK frontend for the Xi text editor, written in Rust" maintainer="Enno Boland " license="MIT" homepage="https://gitlab.gnome.org/World/Tau" -distfiles="https://gitlab.gnome.org/World/Tau/uploads/fdf09640e3837ad509f5c4b1da0c26e3/tau-${version}.tar.xz" -checksum=e48db7356bf72d7082cab4ed09522e1d26eb682593881cf07b3a717160a0501d +distfiles="https://gitlab.gnome.org/World/Tau/uploads/375ce054c0bc98e0c1a3e95fdcd4e46c/tau-${version}.tar.xz" +checksum=e58b400e86fb7dd1a6610427732a6a360355e8f3b03712d518fb5438b6daae0b case $XBPS_MACHINE in + x86_64-musl) ;; *-musl) broken="crashes rustc" ;; esac