summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2017-07-15 13:43:43 +0200
committerJosip Ponjavic2017-07-15 13:43:43 +0200
commit9b5dd0c94ccdb65932272bf0b1996ccc4aac16c3 (patch)
tree9fca631f2272645a28cbf79c45e4c504f8a5b1ae
parent7320b21a13caaee414febc2ac549d5750b04547b (diff)
downloadaur-9b5dd0c94ccdb65932272bf0b1996ccc4aac16c3.tar.gz
update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a334f87346b..a3aec2438f45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index a34f5efd6323..63d0648a2ab5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"