summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2018-01-08 13:48:48 +0100
committerJosip Ponjavic2018-01-08 13:48:48 +0100
commit350fd1587c6b8b3d39b30c9bf3372e7b364dcb27 (patch)
tree20bf2aad9d146623acdea45cdea03cd50e2a59b3
parentf093ddf540a3bce12116080de45bb0a9c712dfc3 (diff)
downloadaur-350fd1587c6b8b3d39b30c9bf3372e7b364dcb27.tar.gz
use ttf-font-awesome-4
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae524e00979a..6a17e3982530 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = i3status-rust-git
pkgdesc = Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
- pkgver = 0.9.0.r341.g9d37215
+ pkgver = 0.9.0.r407.g04f7124
pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
- arch = i686
arch = x86_64
license = GPL3
makedepends = rust
@@ -15,7 +14,7 @@ pkgbase = i3status-rust-git
optdepends = lm_sensors: For temperature block
optdepends = powerline-fonts: For all themes using the powerline arrow char
optdepends = speedtest-cli: For the speedtest block
- optdepends = ttf-font-awesome: For the awesome icons
+ optdepends = ttf-font-awesome-4: 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 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"