mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
i3status-rust: update to 0.34.0. adopt.
This commit is contained in:
parent
275282fdcd
commit
634ff7213e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'i3status-rust'
|
# Template file for 'i3status-rust'
|
||||||
pkgname=i3status-rust
|
pkgname=i3status-rust
|
||||||
version=0.33.2
|
version=0.34.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
|
@ -8,12 +8,12 @@ make_check_args="--bins"
|
||||||
hostmakedepends="pkg-config pandoc"
|
hostmakedepends="pkg-config pandoc"
|
||||||
makedepends="dbus-devel pulseaudio-devel openssl-devel libsensors-devel"
|
makedepends="dbus-devel pulseaudio-devel openssl-devel libsensors-devel"
|
||||||
short_desc="Replacement for i3status, written in Rust"
|
short_desc="Replacement for i3status, written in Rust"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Komeil Parseh <komeilparseh@disroot.org>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/greshake/i3status-rust"
|
homepage="https://github.com/greshake/i3status-rust"
|
||||||
changelog="https://raw.githubusercontent.com/greshake/i3status-rust/master/NEWS.md"
|
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"
|
distfiles="https://github.com/greshake/i3status-rust/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=eb9df6eac57a65a7948ba763a7d1fcef5d506e374a4ac9d57aa88a22270ee06b
|
checksum=6787174f749f15e9e177a7730f6abeae05de2b156922f6d02e512b31f35d1d17
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
cargo auditable build --release --target "${RUST_TARGET}" --package xtask
|
cargo auditable build --release --target "${RUST_TARGET}" --package xtask
|
||||||
|
|
Loading…
Add table
Reference in a new issue