glances: update to 3.1.2.
This commit is contained in:
parent
0da0ce6a84
commit
3b50d46a6c
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'glances'
|
||||
pkgname=glances
|
||||
version=3.1.0
|
||||
version=3.1.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="Glances-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="glances"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="${hostmakedepends} python3-psutil"
|
||||
depends="${hostmakedepends} python3-future python3-psutil"
|
||||
short_desc="Cross-platform curses-based monitoring tool"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://github.com/nicolargo/glances"
|
||||
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
||||
checksum=904e3dbbebe261dd98d02f4f0a340e4934b12192e8b303b78473f617c0fcd6ca
|
||||
checksum=733a30ee580d062759640a3ce9d7f5798b80c24e6dbf8f96269227bed7256894
|
||||
|
||||
post_install() {
|
||||
vsconf conf/glances.conf
|
||||
|
|
Loading…
Reference in a new issue