[arch-commits] Commit in glances/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Sat Mar 12 17:54:55 UTC 2016


    Date: Saturday, March 12, 2016 @ 18:54:55
  Author: seblu
Revision: 166419

upgpkg: glances 2.5.1-2

- fix FS#48481

Modified:
  glances/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-12 17:38:51 UTC (rev 166418)
+++ PKGBUILD	2016-03-12 17:54:55 UTC (rev 166419)
@@ -5,15 +5,18 @@
 
 pkgname=glances
 pkgver=2.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
 url='https://github.com/nicolargo/glances'
 license=('LGPL')
 depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-bottle: web server support'
-            'hddtemp: HDD temperature monitoring support'
-            'python-matplotlib: for graphical/chart support')
+optdepends=('hddtemp: HDD temperature monitoring support'
+            'python-bottle: web server support'
+            'python-docker-py: for the Docker monitoring support'
+            'python-matplotlib: for graphical/chart support'
+            'python-netifaces: for the IP plugin'
+            'zeroconf: for the autodiscover mode')
 source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz")
 md5sums=('b8a7815353cf10e1aafffc6f4f235926')
 



More information about the arch-commits mailing list