summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2018-10-01 14:03:55 +0200
committerJosip Ponjavic2018-10-01 14:03:55 +0200
commit48c661d9f4ddc66b3d4dfdccc08ab08d6a20114c (patch)
tree030139b472908548a353dd1588c9902a68437365
parent41172cdb1a1b7a181d9aadcbda8658f151294326 (diff)
downloadaur-48c661d9f4ddc66b3d4dfdccc08ab08d6a20114c.tar.gz
bump: 0.9.0.r553.g4d2e595-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5162991ff629..e088522a9923 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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
- pkgver = 0.9.0.r534.g4c2790c
+ pkgver = 0.9.0.r553.g4d2e595
pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
@@ -16,6 +16,7 @@ pkgbase = i3status-rust-git
optdepends = powerline-fonts: For all themes using the powerline arrow char
optdepends = speedtest-cli: For the speedtest block
optdepends = ttf-font-awesome-4: For the awesome icons
+ optdepends = upower: For the battery block
provides = i3status-rust
conflicts = i3status-rust
source = git+https://github.com/greshake/i3status-rust
diff --git a/PKGBUILD b/PKGBUILD
index 0ce03eb873e9..c2ee7adcff00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=i3status-rust-git
-pkgver=0.9.0.r534.g4c2790c
+pkgver=0.9.0.r553.g4d2e595
pkgrel=1
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')
@@ -15,7 +15,8 @@ optdepends=('alsa-utils: For volume block'
'networkmanager: For networkmanager block'
'powerline-fonts: For all themes using the powerline arrow char'
'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%-*}")
conflicts=("${pkgname%-*}")
install="${pkgname%-*}.install"