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

Christian Rebischke shibumi at archlinux.org
Mon Jul 29 22:03:33 UTC 2019


    Date: Monday, July 29, 2019 @ 22:03:33
  Author: shibumi
Revision: 494700

upgpkg: glances 3.1.1-2

Fixed #63303 : Added python-future to dependencies

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-29 21:47:45 UTC (rev 494699)
+++ PKGBUILD	2019-07-29 22:03:33 UTC (rev 494700)
@@ -5,13 +5,13 @@
 
 pkgname=glances
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
 url='https://github.com/nicolargo/glances'
 license=('LGPL')
 makedepends=('git')
-depends=('python' 'python-psutil' 'python-setuptools')
+depends=('python' 'python-psutil' 'python-setuptools' 'python-future')
 optdepends=('hddtemp: HDD temperature monitoring support'
             'python-bottle: web server support'
             'python-docker: for the Docker monitoring support'



More information about the arch-commits mailing list