summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip Ponjavic2018-01-08 13:48:48 +0100
committerJosip Ponjavic2018-01-08 13:48:48 +0100
commit350fd1587c6b8b3d39b30c9bf3372e7b364dcb27 (patch)
tree20bf2aad9d146623acdea45cdea03cd50e2a59b3 /PKGBUILD
parentf093ddf540a3bce12116080de45bb0a9c712dfc3 (diff)
downloadaur-350fd1587c6b8b3d39b30c9bf3372e7b364dcb27.tar.gz
use ttf-font-awesome-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 557f802f37a5..8255c408f27d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=i3status-rust-git
-pkgver=0.9.0.r341.g9d37215
+pkgver=0.9.0.r407.g04f7124
pkgrel=1
pkgdesc='Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://github.com/greshake/i3status-rust'
license=('GPL3')
depends=('dbus' 'i3-wm')
@@ -13,7 +13,7 @@ optdepends=('alsa-utils: For volume block'
'lm_sensors: For temperature block'
'powerline-fonts: For all themes using the powerline arrow char'
'speedtest-cli: For the speedtest block'
- 'ttf-font-awesome: For the awesome icons')
+ 'ttf-font-awesome-4: For the awesome icons')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
install="${pkgname%-*}.install"