From 1eef9738702f2ed03cde21c7192f71bfdf91da73 Mon Sep 17 00:00:00 2001 From: meator Date: Wed, 8 May 2024 11:41:04 +0200 Subject: [PATCH] i3status-rust: update to 0.33.1. --- srcpkgs/i3status-rust/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template index f6f5eee50dd..b0fbbf70870 100644 --- a/srcpkgs/i3status-rust/template +++ b/srcpkgs/i3status-rust/template @@ -1,6 +1,6 @@ # Template file for 'i3status-rust' pkgname=i3status-rust -version=0.33.0 +version=0.33.1 revision=1 build_style=cargo build_helper="qemu" @@ -13,7 +13,7 @@ license="GPL-3.0-only" homepage="https://github.com/greshake/i3status-rust" changelog="https://raw.githubusercontent.com/greshake/i3status-rust/master/NEWS.md" distfiles="https://github.com/greshake/i3status-rust/archive/refs/tags/v${version}.tar.gz" -checksum=fd722f630080ef0b25558bec9b342a9fe8842c3af049d55a1370c6760ad84c67 +checksum=3b460f6adebee4ca49890ec4ebc50d42fe4b544aac7ec12ba5e4de971a06859a post_build() { cargo auditable build --release --target "${RUST_TARGET}" --package xtask @@ -25,4 +25,5 @@ post_install() { vcopy files/icons usr/share/i3status-rust/ vcopy files/themes usr/share/i3status-rust/ vman man/i3status-rs.1 + vsconf examples/config.toml }