From b2efaec9f5661798bdc100e11157dae5112573f5 Mon Sep 17 00:00:00 2001 From: LucasTavaresA Date: Sun, 9 Apr 2023 17:10:03 -0300 Subject: [PATCH] tofi: update to 0.9.1 --- srcpkgs/tofi/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tofi/template b/srcpkgs/tofi/template index 813356a0b1db..a8e5d24ed61a 100644 --- a/srcpkgs/tofi/template +++ b/srcpkgs/tofi/template @@ -1,6 +1,6 @@ # Template file for 'tofi' pkgname=tofi -version=0.8.1 +version=0.9.1 revision=1 build_style=meson hostmakedepends="scdoc pkg-config wayland-devel wayland-protocols" @@ -12,7 +12,12 @@ license="MIT" homepage="https://github.com/philj56/tofi" changelog="https://raw.githubusercontent.com/philj56/tofi/master/CHANGELOG.md" distfiles="https://github.com/philj56/tofi/archive/refs/tags/v${version}.tar.gz" -checksum=0a700f8b0291ef08b3544cd589157393101d52bbd1e7e6aeee8484f9d520a338 +checksum=dd55347b509af786f133def64f3a86f1db258b5e196de80e53d62827bdcc37bc + +if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then + # broken tests on i686, fails checking for invalid options. + make_check=no +fi if [ "$XBPS_TARGET_LIBC" = musl ]; then makedepends+=" musl-fts-devel"