bump: 0.9.0.r553.g4d2e595-1

This commit is contained in:
Josip Ponjavic 2018-10-01 14:03:55 +02:00
parent 41172cdb1a
commit 48c661d9f4
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = i3status-rust-git pkgbase = i3status-rust-git
pkgdesc = Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust pkgdesc = Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust
pkgver = 0.9.0.r534.g4c2790c pkgver = 0.9.0.r553.g4d2e595
pkgrel = 1 pkgrel = 1
url = https://github.com/greshake/i3status-rust url = https://github.com/greshake/i3status-rust
install = i3status-rust.install install = i3status-rust.install
@ -16,6 +16,7 @@ pkgbase = i3status-rust-git
optdepends = powerline-fonts: For all themes using the powerline arrow char optdepends = powerline-fonts: For all themes using the powerline arrow char
optdepends = speedtest-cli: For the speedtest block optdepends = speedtest-cli: For the speedtest block
optdepends = ttf-font-awesome-4: For the awesome icons optdepends = ttf-font-awesome-4: For the awesome icons
optdepends = upower: For the battery block
provides = i3status-rust provides = i3status-rust
conflicts = i3status-rust conflicts = i3status-rust
source = git+https://github.com/greshake/i3status-rust source = git+https://github.com/greshake/i3status-rust

View file

@ -1,7 +1,7 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com> # Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=i3status-rust-git pkgname=i3status-rust-git
pkgver=0.9.0.r534.g4c2790c pkgver=0.9.0.r553.g4d2e595
pkgrel=1 pkgrel=1
pkgdesc='Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust' pkgdesc='Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust'
arch=('x86_64') arch=('x86_64')
@ -15,7 +15,8 @@ optdepends=('alsa-utils: For volume block'
'networkmanager: For networkmanager block' 'networkmanager: For networkmanager block'
'powerline-fonts: For all themes using the powerline arrow char' 'powerline-fonts: For all themes using the powerline arrow char'
'speedtest-cli: For the speedtest block' 'speedtest-cli: For the speedtest block'
'ttf-font-awesome-4: For the awesome icons') 'ttf-font-awesome-4: For the awesome icons'
'upower: For the battery block')
provides=("${pkgname%-*}") provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}") conflicts=("${pkgname%-*}")
install="${pkgname%-*}.install" install="${pkgname%-*}.install"