summaryrefslogtreecommitdiffstats
path: root/abs/extra/glances/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/glances/PKGBUILD')
-rw-r--r--abs/extra/glances/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/abs/extra/glances/PKGBUILD b/abs/extra/glances/PKGBUILD
index e2e29e1..0ab3a3e 100644
--- a/abs/extra/glances/PKGBUILD
+++ b/abs/extra/glances/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
+# Maintainer: Christian Rebischke <chris.rebischke@archlinux.org>
+# Contributor: Sébastien Luttringer <seblu@archlinux.org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=glances
-pkgver=3.1.0
+pkgver=3.1.4.1
pkgrel=1
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'
@@ -19,8 +20,9 @@ optdepends=('hddtemp: HDD temperature monitoring support'
'python-zeroconf: for the autodiscover mode')
source=("https://github.com/nicolargo/glances/archive/v${pkgver}.tar.gz"
'glances.service')
-sha512sums=('a888cafa5987ab7a88caa0248e0cb3d9f65466d71ee8f1ca63565c5a8a59282be77c14f29afb2302fba0e79294c39e96384791cd89d23aa7727bfd4f20e2814d'
+sha512sums=('8e15149bde87d14d8176fe247e911a04b24900a95917e5711dfc8764ecec3238f696eea08c36bc59f68a4702e028909150e3318907f11fc53c5cc56441870ff3'
'49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
+changelog=NEWS.rst
package() {
cd "glances-${pkgver}"