glances : update to 1.7.3.
This commit is contained in:
parent
540132bb23
commit
5ed68cd00c
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'glances'
|
||||
pkgname=glances
|
||||
version=1.7.2
|
||||
version=1.7.3
|
||||
revision=1
|
||||
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
|
||||
checksum="9bf0b615d546b7ad11d0588cf3e675472612d448fa3acd3ad28f6e1cae20bdf0"
|
||||
checksum="03a5c8193fd3c91b8249c2501bc612008fa81861c14f82464a10b45d08c4ca4f"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-devel"
|
||||
makedepends="python-distribute"
|
||||
|
@ -12,6 +12,8 @@ homepage="https://github.com/nicolargo/glances"
|
|||
license="LGPL3"
|
||||
short_desc="Cross-platform curses-based monitoring tool written in Python."
|
||||
|
||||
create_srcdir=yes
|
||||
|
||||
glances_package() {
|
||||
noarch="yes"
|
||||
depends="python python-psutil ${makedepends}"
|
||||
|
|
Loading…
Reference in New Issue