summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgcarq2016-02-16 18:32:59 +0100
committergcarq2016-02-16 18:32:59 +0100
commit41d82ad1e5f5659ab7eaeaa39a5d005471245389 (patch)
treed66ce2fb91b4c92f3ed133b0cb46fd141d097fad /PKGBUILD
parent28ec9566f755e3cc26a31d3667ba3063a2d40bfe (diff)
downloadaur-41d82ad1e5f5659ab7eaeaa39a5d005471245389.tar.gz
Add libgtop as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f24b063b65a..641bbe5cf6b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Michael Egger <gcarq@archlinux.info>
pkgname=indicator-multiload
pkgver=0.4
-pkgrel=2
+pkgrel=3
pkgdesc="A System Load indicator for GTK 3."
arch=('i686' 'x86_64')
url="https://launchpad.net/indicator-multiload"
license=('GPL')
-depends=('gtk3' 'gnome-common' 'libindicator-gtk3' 'libappindicator-gtk3')
+depends=('gtk3' 'gnome-common' 'libindicator-gtk3' 'libappindicator-gtk3' 'libgtop')
makedepends=('gcc' 'make')
options=('strip')
install=indicator-multiload.install