This commit is contained in:
Josip Ponjavic 2018-01-08 14:48:56 +01:00
parent 350fd1587c
commit a9148da2f7
2 changed files with 7 additions and 8 deletions

View file

@ -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

View file

@ -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'