From 0976ed06082ab074bcc71750b7dc2e49bbfb8615 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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tofi/template b/srcpkgs/tofi/template index 813356a0b1db..72105b1e63b4 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,11 @@ 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 + make_check=no +fi if [ "$XBPS_TARGET_LIBC" = musl ]; then makedepends+=" musl-fts-devel"