summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2019-04-27 21:43:42 +0200
committerJosip Ponjavic2019-04-27 21:43:42 +0200
commit9e59409aeb85ded078d906b497a579730b08dd32 (patch)
treec44d8218be00aee2b9db4d249acd0efa82411f03
parente7eccb6365e96a0b773a9a22b49df1dd7938ace5 (diff)
downloadaur-9e59409aeb85ded078d906b497a579730b08dd32.tar.gz
bump: 0.9.0.r648.gd04d08c-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87181784fb04..8a4382fedd36 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.r634.g79b0ea2
+ pkgver = 0.9.0.r648.gd04d08c
pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
@@ -12,6 +12,7 @@ pkgbase = i3status-rust-git
optdepends = alsa-utils: For the volume block
optdepends = bluez: For the bluetooth block
optdepends = curl: For the weather block
+ optdepends = ibus: For the ibus block
optdepends = lm_sensors: For the temperature block
optdepends = networkmanager: For the networkmanager block
optdepends = powerline-fonts: For all themes using the powerline arrow char
diff --git a/PKGBUILD b/PKGBUILD
index 9e30f4ee790c..4362f173fc86 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.r634.g79b0ea2
+pkgver=0.9.0.r648.gd04d08c
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')
@@ -12,6 +12,7 @@ makedepends=('git' 'rust')
optdepends=('alsa-utils: For the volume block'
'bluez: For the bluetooth block'
'curl: For the weather block'
+ 'ibus: For the ibus block'
'lm_sensors: For the temperature block'
'networkmanager: For the networkmanager block'
'powerline-fonts: For all themes using the powerline arrow char'