From 16d5db5eb40410b543dded84906608b46c576da2 Mon Sep 17 00:00:00 2001 From: triallax Date: Mon, 3 Jul 2023 12:42:14 +0100 Subject: [PATCH] alacritty: update to 0.12.2. --- srcpkgs/alacritty/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template index 6508a3059557..88ff3bcea75c 100644 --- a/srcpkgs/alacritty/template +++ b/srcpkgs/alacritty/template @@ -1,6 +1,6 @@ # Template file for 'alacritty' pkgname=alacritty -version=0.12.1 +version=0.12.2 revision=1 build_style=cargo make_install_args="--path alacritty" @@ -13,13 +13,13 @@ license="Apache-2.0" homepage="https://github.com/alacritty/alacritty" changelog="https://raw.githubusercontent.com/alacritty/alacritty/master/CHANGELOG.md" distfiles="https://github.com/alacritty/alacritty/archive/refs/tags/v${version}.tar.gz" -checksum=14bce0bfc538872c97e0e38b9233a9d1fa992dcf83a22b6035da5fe58a55bc6c +checksum=285b44d2d2e83118ab7fe61d575811bb85d5e21147808171bd0e583e9e794748 case "$XBPS_TARGET_MACHINE" in ppc64*) ;; - ppc*) broken="ftbfs: thread 'main' panicked at 'slice index starts at 4289555962 but ends at 114', /builddir/rustc-1.46.0-src/src/libstd/io/mod.rs:396:27";; + ppc*) broken="ftbfs: thread 'main' panicked at 'slice index starts at 4289555962 but ends at 114', /builddir/rustc-1.46.0-src/src/libstd/io/mod.rs:396:27" ;; # disable doctests on i686 - i686) make_check_args="--tests";; + i686*) make_check_args="--tests" ;; esac post_install() {