summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2019-05-15 11:29:06 -0700
committerLlewelyn Trahaearn2019-05-15 11:29:06 -0700
commite14ba038dd032c441871254c601ecc97b70f2100 (patch)
treee385d12fa809d7abd8e5d53b73128c09506c9ff1
parent1da32d466f0db62acc1b9d8dd126f80715f0e8df (diff)
downloadaur-e14ba038dd032c441871254c601ecc97b70f2100.tar.gz
Update depends to pull icon used for System Monitor.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2302fd6807f3..9b70f7a4d871 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = gnome-shell-extension-vitals-git
pkgdesc = Displays system vitals in a GNOME Shell top bar pop-down.
- pkgver = 34.r80.gd6f2750
+ pkgver = 34.r204.gdb5b288
pkgrel = 1
url = https://github.com/corecoding/Vitals
arch = any
license = GPL
makedepends = git
depends = dconf
+ depends = gnome-icon-theme
depends = gnome-shell
depends = libgtop
depends = lm_sensors
diff --git a/PKGBUILD b/PKGBUILD
index 4a51b659bc5c..106c558a7bf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Llewelyn Trahaearn <WoefulDerelict at GMail dot com>
pkgname=gnome-shell-extension-vitals-git
-pkgver=34.r80.gd6f2750
+pkgver=34.r204.gdb5b288
pkgrel=1
pkgdesc="Displays system vitals in a GNOME Shell top bar pop-down."
arch=('any')
url="https://github.com/corecoding/Vitals"
license=('GPL')
-depends=('dconf' 'gnome-shell' 'libgtop' 'lm_sensors')
+depends=('dconf' 'gnome-icon-theme' 'gnome-shell' 'libgtop' 'lm_sensors')
makedepends=('git')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")