summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2020-06-07 14:24:24 +0200
committerJosip Ponjavic2020-06-07 14:24:24 +0200
commit9f475d5b9dd42eb88ca560334553d1bc96d13ac9 (patch)
tree511b8b48d6eea16925afa22c2bb7b77494cbe508
parentde8f81a0d59769515c5c47100d29e1540666e31f (diff)
downloadaur-9f475d5b9dd42eb88ca560334553d1bc96d13ac9.tar.gz
upgpkg: 0.14.0.r1189.gb01493c-2 add kdeconnect to optional depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 175b6d24ea65..7942a3f30a9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3status-rust-git
pkgdesc = Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust
- pkgver = 0.13.0.r940.ga42de8b
+ pkgver = 0.14.0.r1189.gb01493c
pkgrel = 2
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
@@ -14,6 +14,7 @@ pkgbase = i3status-rust-git
optdepends = curl: for the weather block
optdepends = fakeroot: for the pacman block to show pending updates
optdepends = ibus: for the ibus block
+ optdepends = kdeconnect: for the kdeconnect block
optdepends = lm_sensors: for the temperature block
optdepends = networkmanager: for the networkmanager block
optdepends = powerline-fonts: for all themes using the powerline arrow char
diff --git a/PKGBUILD b/PKGBUILD
index 44328e9a3712..2e93be430d5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor:
pkgname=i3status-rust-git
-pkgver=0.13.0.r940.ga42de8b
+pkgver=0.14.0.r1189.gb01493c
pkgrel=2
pkgdesc='Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust'
arch=('x86_64')
@@ -14,6 +15,7 @@ optdepends=('alsa-utils: for the volume block'
'curl: for the weather block'
'fakeroot: for the pacman block to show pending updates'
'ibus: for the ibus block'
+ 'kdeconnect: for the kdeconnect block'
'lm_sensors: for the temperature block'
'networkmanager: for the networkmanager block'
'powerline-fonts: for all themes using the powerline arrow char'