Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i3status-rust: update to 0.14.7. #29686

Merged
merged 1 commit into from
Mar 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions srcpkgs/i3status-rust/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Template file for 'i3status-rust'
pkgname=i3status-rust
version=0.14.2
version=0.14.7
revision=1
build_style=cargo
make_check_args="--bins"
hostmakedepends="pkg-config"
makedepends="dbus-devel pulseaudio-devel"
makedepends="dbus-devel pulseaudio-devel openssl-devel"
short_desc="Replacement for i3status, written in Rust"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
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/v${version}.tar.gz"
checksum=66a11cbcfa515c761701788edd573d408391c024086219d8b6641333129a6f87
checksum=4169f003d5d21cb010be4edbdbb5bc09ed4823240d0a5ea8efe23c28f2413bbd

post_install() {
vman man/i3status-rs.1
Expand Down