summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2021-08-01 18:11:26 +0200
committerMagnus Boman2021-08-01 18:11:26 +0200
commitf5d2a20c57a9fa308f446890875424900d5c6f61 (patch)
tree21f1ab0580bcafa6974692f9ca55f40502779045
parent611ca948db940531b284872b6258cee3a217c8b8 (diff)
downloadaur-f5d2a20c57a9fa308f446890875424900d5c6f61.tar.gz
upgpkg: glances-git 3.2.2.r11.gbdeb414a-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b28b0e8dfa2..7faf11e4809f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,23 @@
pkgbase = glances-git
- pkgdesc = CLI curses-based monitoring tool
- pkgver = 3.1.6.1.r30.gd201e647
+ pkgdesc = CLI curses-based monitoring tool (git)
+ pkgver = 3.2.2.r11.gbdeb414a
pkgrel = 1
url = https://github.com/nicolargo/glances
arch = any
license = LGPL
makedepends = git
+ makedepends = python-setuptools
depends = python
depends = python-psutil
- depends = python-setuptools
depends = python-future
+ depends = python-defusedxml
optdepends = hddtemp: HDD temperature monitoring support
optdepends = python-bottle: web server support
optdepends = python-docker: for the Docker monitoring support
optdepends = python-matplotlib: for graphical/chart support
optdepends = python-netifaces: for the IP plugin
optdepends = python-zeroconf: for the autodiscover mode
+ optdepends = python-pystache: templating engine
provides = glances
conflicts = glances
source = git+https://github.com/nicolargo/glances.git
diff --git a/PKGBUILD b/PKGBUILD
index ab44e61b15f8..feddd747aca2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,20 +5,21 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=glances-git
-pkgver=3.1.6.1.r30.gd201e647
+pkgver=3.2.2.r11.gbdeb414a
pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
+pkgdesc='CLI curses-based monitoring tool (git)'
arch=(any)
url=https://github.com/nicolargo/glances
license=(LGPL)
-makedepends=(git)
-depends=(python python-psutil python-setuptools python-future)
+makedepends=(git python-setuptools)
+depends=(python python-psutil python-future python-defusedxml)
optdepends=('hddtemp: HDD temperature monitoring support'
'python-bottle: web server support'
'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')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=(git+"${url}".git