Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/glances/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'glances'
pkgname=glances
version=4.3.3
revision=2
version=4.5.6
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-defusedxml python3-packaging python3-psutil python3-shtab"
Expand All @@ -12,7 +12,7 @@ license="LGPL-3.0-or-later"
homepage="https://nicolargo.github.io/glances/"
changelog="https://raw.githubusercontent.com/nicolargo/glances/develop/NEWS.rst"
distfiles="https://github.com/nicolargo/glances/archive/refs/tags/v${version}.tar.gz"
checksum=3b420d74e3ca9ccd48488a6e85927477c06172310cdbb6c9687ffdd0b3405f49
checksum=1ef1700bfac5bf491e42df5840448de3f699752eeebba5bc9402ce847213a888

post_install() {
vsconf conf/glances.conf
Expand Down