Date: Wednesday, March 29, 2023 @ 18:55:04
  Author: antiz
Revision: 1430302

upgpkg: glances 3.3.1.1-2: Fix deps

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-29 18:49:05 UTC (rev 1430301)
+++ PKGBUILD    2023-03-29 18:55:04 UTC (rev 1430302)
@@ -6,13 +6,13 @@
 
 pkgname=glances
 pkgver=3.3.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
 url='https://nicolargo.github.io/glances/'
 license=('LGPL')
 makedepends=('python-setuptools')
-depends=('python' 'python-psutil' 'python-future' 'python-defusedxml')
+depends=('python' 'python-psutil' 'python-future' 'python-defusedxml' 
'python-ujson')
 optdepends=('hddtemp: HDD temperature monitoring support'
             'python-bottle: web server support'
             'python-docker: for the Docker monitoring support'

Reply via email to