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

Christian Rebischke shibumi at archlinux.org
Sun Sep 20 14:04:32 UTC 2020


    Date: Sunday, September 20, 2020 @ 14:04:30
  Author: shibumi
Revision: 711104

upgpkg: glances 3.1.5-1 add python-pystache as opt dep

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-20 14:00:53 UTC (rev 711103)
+++ PKGBUILD	2020-09-20 14:04:30 UTC (rev 711104)
@@ -4,7 +4,7 @@
 # Contributor: Francois Boulogne <fboulogne at april dot org>
 
 pkgname=glances
-pkgver=3.1.4.1
+pkgver=3.1.5
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
@@ -17,12 +17,12 @@
             'python-docker: for the Docker monitoring support'
             'python-matplotlib: for graphical/chart support'
             'python-netifaces: for the IP plugin'
-            'python-zeroconf: for the autodiscover mode')
+            'python-zeroconf: for the autodiscover mode'
+            'python-pystache: templating engine')
 source=("https://github.com/nicolargo/glances/archive/v${pkgver}.tar.gz"
         'glances.service')
-sha512sums=('8e15149bde87d14d8176fe247e911a04b24900a95917e5711dfc8764ecec3238f696eea08c36bc59f68a4702e028909150e3318907f11fc53c5cc56441870ff3'
+sha512sums=('20a2bc446f482506b847dd252c52edc9dcce501361742acde92d3f8a6e30e9386c8bc8c28387e981c5767e9c1fb88eba1858e243c2732e9fc4b5d64f643febd6'
             '49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
-changelog=NEWS.rst
 
 package() {
   cd "glances-${pkgver}"



More information about the arch-commits mailing list