update dependencies

This commit is contained in:
Josip Ponjavic 2017-07-15 13:43:43 +02:00
parent 7320b21a13
commit 9b5dd0c94c
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = i3status-rust-git
pkgdesc = Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
pkgver = 0.1.0.r275.g6073151
pkgver = 0.1.0.r298.g264fe15
pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
@ -10,8 +10,10 @@ pkgbase = i3status-rust-git
makedepends = cargo
makedepends = git
depends = dbus
depends = i3-wm
optdepends = alsa-utils: For volume block
optdepends = lm_sensors: For temperature block
optdepends = ttf-font-awesome: For the awesome icons
provides = i3status-rust
conflicts = i3status-rust
source = git+https://github.com/greshake/i3status-rust

View File

@ -1,16 +1,17 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=i3status-rust-git
pkgver=0.1.0.r275.g6073151
pkgver=0.1.0.r298.g264fe15
pkgrel=1
pkgdesc='Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
arch=('i686' 'x86_64')
url='https://github.com/greshake/i3status-rust'
license=('GPL3')
depends=('dbus')
depends=('dbus' 'i3-wm')
makedepends=('cargo' 'git')
optdepends=('alsa-utils: For volume block'
'lm_sensors: For temperature block')
'lm_sensors: For temperature block'
'ttf-font-awesome: For the awesome icons')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
install="${pkgname%-*}.install"