Date: Tuesday, May 2, 2023 @ 07:11:29
  Author: antiz
Revision: 1455800

upgpkg: glances 3.3.1.1-4: add 'python-prometheus_client' optdepend (FS#73195)

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-02 07:09:20 UTC (rev 1455799)
+++ PKGBUILD    2023-05-02 07:11:29 UTC (rev 1455800)
@@ -6,7 +6,7 @@
 
 pkgname=glances
 pkgver=3.3.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
 url='https://nicolargo.github.io/glances/'
@@ -19,7 +19,8 @@
             'python-matplotlib: for graphical/chart support'
             'python-netifaces: for the IP plugin'
             'python-zeroconf: for the autodiscover mode'
-            'python-pystache: templating engine')
+            'python-pystache: templating engine'
+            'python-prometheus_client: for the Prometheus export module')
 
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/nicolargo/glances/archive/v${pkgver}.tar.gz";
         'glances.service')
 
sha512sums=('c8aab6b7140eabfcbe3488fe18f5e8a19f5c5ec822b0f13bbafe312f58f55126fb61d78ab117466a5e479cf7517e11ffc2c19269de51830f28025a2b0ed68285'

Reply via email to