summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2017-08-06 09:05:40 -0400
committerDaniel M. Capella2017-08-06 09:05:40 -0400
commitd3fcac9e480408d8df738e1a6d9834bfdc3000f8 (patch)
treecff8937f5d741f7ed628a7a9631b47c6c4e59f37
parent84a04393c130c4d99e08b638ca0529252e3f3bcd (diff)
downloadaur-d3fcac9e480408d8df738e1a6d9834bfdc3000f8.tar.gz
Add contributor
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64cbf586cd72..159c58fec43a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Aug 6 12:57:53 UTC 2017
+# Sun Aug 6 13:05:33 UTC 2017
pkgbase = i3status-rust
pkgdesc = Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
pkgver = 0.9.0
@@ -13,7 +13,7 @@ pkgbase = i3status-rust
depends = i3-wm
optdepends = alsa-utils: for the volume block
optdepends = lm_sensors: for the temperature block
- optdepends = powerline-fonts: for all themes using the powerline arrow char
+ 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
source = i3status-rust-0.9.0.tar.gz::https://github.com/greshake/i3status-rust/archive/b16a2c2b5b137f538f0992cd5553c83955257a3a.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 03282bbcb3b5..23883a60e0b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Daniel M. Capella <polyzen@archlinux.info>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
_commit=b16a2c2b5b137f538f0992cd5553c83955257a3a
pkgname=i3status-rust
@@ -12,7 +13,7 @@ depends=('dbus' 'i3-wm')
makedepends=('cargo')
optdepends=('alsa-utils: for the volume block'
'lm_sensors: for the temperature block'
- 'powerline-fonts: for all themes using the powerline arrow char'
+ 'powerline-fonts: for all themes using the Powerline arrow char'
'speedtest-cli: for the speedtest block'
'ttf-font-awesome: for the Awesome icons')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$_commit.tar.gz")