i3status-rust: update to 0.33.1.

This commit is contained in:
meator 2024-05-08 11:41:04 +02:00 committed by cinerea0
parent edafe4c63f
commit 1eef973870
1 changed files with 3 additions and 2 deletions

View File

@ -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
}