glances: update to 2.1.2
This commit is contained in:
parent
a6d49f5ad9
commit
f5fed4e9a8
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'glances'
|
||||
pkgname=glances
|
||||
version=2.1.1
|
||||
version=2.1.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="Glances-${version}"
|
||||
|
@ -9,12 +9,12 @@ pycompile_module="glances"
|
|||
hostmakedepends="python-setuptools"
|
||||
depends="${hostmakedepends} python-psutil"
|
||||
conf_files="/etc/glances/glances.conf"
|
||||
maintainer="Steven R <dev@styez.com>"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/nicolargo/glances"
|
||||
license="LGPL-3"
|
||||
short_desc="Cross-platform curses-based monitoring tool"
|
||||
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
||||
checksum=4a744ff0f8a89d6cf923d216a12f8e78efeda70dadf9eb15ab88e933d6d082fb
|
||||
checksum=dfcd980240e6781c1ce717f820a2e57477e5a65b361844572cdd7761d2da434f
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share/doc
|
||||
|
|
Loading…
Reference in New Issue