glances: update to 3.1.0
This commit is contained in:
parent
89cb540ac1
commit
cc9a90527f
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'glances'
|
# Template file for 'glances'
|
||||||
pkgname=glances
|
pkgname=glances
|
||||||
version=3.0.2
|
version=3.1.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Glances-${version}"
|
wrksrc="Glances-${version}"
|
||||||
|
@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools"
|
||||||
depends="${hostmakedepends} python3-psutil"
|
depends="${hostmakedepends} python3-psutil"
|
||||||
short_desc="Cross-platform curses-based monitoring tool"
|
short_desc="Cross-platform curses-based monitoring tool"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/nicolargo/glances"
|
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
|
homepage="https://github.com/nicolargo/glances"
|
||||||
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
||||||
checksum=5eca4da689e4e2f98a637b38c9b72549998ac9f15cedbfb16626d8709df6dd25
|
checksum=904e3dbbebe261dd98d02f4f0a340e4934b12192e8b303b78473f617c0fcd6ca
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf conf/glances.conf
|
vsconf conf/glances.conf
|
||||||
|
|
Loading…
Reference in New Issue