summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2018-01-08 14:48:56 +0100
committerJosip Ponjavic2018-01-08 14:48:56 +0100
commita9148da2f7b31765d5732a48ee780aa8d1f42462 (patch)
treef470bb2e66afc46ff87d52c44d1a8ac39d74c780
parent350fd1587c6b8b3d39b30c9bf3372e7b364dcb27 (diff)
downloadaur-a9148da2f7b31765d5732a48ee780aa8d1f42462.tar.gz
bump...
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a17e3982530..cf89df48e59d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = i3status-rust-git
- pkgdesc = Very resourcefriendly and feature-rich replacement for i3status, 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.r407.g04f7124
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
arch = x86_64
license = GPL3
- makedepends = rust
makedepends = git
+ makedepends = rust
depends = dbus
- depends = i3-wm
optdepends = alsa-utils: For volume block
optdepends = lm_sensors: For temperature block
optdepends = powerline-fonts: For all themes using the powerline arrow char
diff --git a/PKGBUILD b/PKGBUILD
index 8255c408f27d..055c9d0b6c2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=i3status-rust-git
pkgver=0.9.0.r407.g04f7124
-pkgrel=1
-pkgdesc='Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
+pkgrel=2
+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')
url='https://github.com/greshake/i3status-rust'
license=('GPL3')
-depends=('dbus' 'i3-wm')
-makedepends=('rust' 'git')
+depends=('dbus')
+makedepends=('git' 'rust')
optdepends=('alsa-utils: For volume block'
'lm_sensors: For temperature block'
'powerline-fonts: For all themes using the powerline arrow char'