From 7db7604a24b7846a97a5d51cc30dcdda74664802 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sat, 21 Jun 2025 23:48:48 +0200 Subject: [PATCH] rio: update to 0.2.20 --- srcpkgs/rio/patches/downgrade-rust-version.patch | 13 +++++++++++++ srcpkgs/rio/template | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/rio/patches/downgrade-rust-version.patch diff --git a/srcpkgs/rio/patches/downgrade-rust-version.patch b/srcpkgs/rio/patches/downgrade-rust-version.patch new file mode 100644 index 00000000000..d181482934b --- /dev/null +++ b/srcpkgs/rio/patches/downgrade-rust-version.patch @@ -0,0 +1,13 @@ +diff --git a/Cargo.toml b/Cargo.toml +index 90c5f41..d287209 100644 +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -18,7 +18,7 @@ edition = "2021" + license = "MIT" + keywords = ["graphics", "terminal", "application"] + # Minimal stable rust version (MSRV) +-rust-version = "1.87.0" ++rust-version = "1.86.0" + repository = "https://github.com/raphamorim/rio" + homepage = "https://raphamorim.io/rio" + documentation = "https://github.com/raphamorim/rio#readme" diff --git a/srcpkgs/rio/template b/srcpkgs/rio/template index 07cfdd37be4..4e4480dee5d 100644 --- a/srcpkgs/rio/template +++ b/srcpkgs/rio/template @@ -1,6 +1,6 @@ # Template file for 'rio' pkgname=rio -version=0.2.18 +version=0.2.20 revision=1 build_style=cargo build_wrksrc="frontends/rioterm" @@ -13,7 +13,7 @@ license="MIT" homepage="https://raphamorim.io/rio/" changelog="https://raw.githubusercontent.com/raphamorim/rio/main/CHANGELOG.md" distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.gz" -checksum=ef0ce3a21210fbade1525e74d601f31439b2fb1d261e5456ca891ef80260ca57 +checksum=10c70fe13c4261593359fcf9ec489770cb056d07153d790193bfa8621ac4ca42 case "${XBPS_TARGET_MACHINE}" in i686*)