From affa2ea0f45bdc0b87d1d97f6955e58a5e1af1ce Mon Sep 17 00:00:00 2001 From: Saksham Date: Sat, 1 Feb 2025 22:46:08 +0530 Subject: [PATCH] glances: update to 4.3.0.8 --- srcpkgs/glances/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template index 4245707936d16b..caba6edd8771e5 100644 --- a/srcpkgs/glances/template +++ b/srcpkgs/glances/template @@ -1,6 +1,6 @@ # Template file for 'glances' pkgname=glances -version=4.2.1 +version=4.3.0.8 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" @@ -13,8 +13,10 @@ 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=fedbda2a08e0c4f3c46636f94aaa80182a3ad8c4e77868b3e1b92b735eaba685 +checksum=aba3cf2e8a16cac37119d687b1a8d8689b60d5ae815e9ef336a66352d811562e post_install() { vsconf conf/glances.conf + + vman docs/man/glances.1 }