From 19e3c9f1406dfdbecb362d5cd44c6c099c23df97 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 26 Sep 2021 18:03:44 +0300 Subject: [PATCH] htop: update to 3.1.0. --- srcpkgs/htop/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/htop/template b/srcpkgs/htop/template index 96fd8b5de168..6c583794d9ff 100644 --- a/srcpkgs/htop/template +++ b/srcpkgs/htop/template @@ -1,10 +1,9 @@ # Template file for 'htop' pkgname=htop -version=3.0.5 -revision=2 +version=3.1.0 +revision=1 build_style=gnu-configure -# NOTE: change --with-sensors to --enable-sensors next update -configure_args="--enable-unicode --with-sensors" +configure_args="--enable-unicode --enable-sensors" hostmakedepends="automake" makedepends="ncurses-devel libsensors-devel" short_desc="Interactive process viewer" @@ -13,7 +12,7 @@ license="GPL-2.0-only" homepage="https://htop.dev/" changelog="https://github.com/htop-dev/htop/blob/master/ChangeLog" distfiles="https://github.com/htop-dev/htop/archive/${version}.tar.gz" -checksum=4c2629bd50895bd24082ba2f81f8c972348aa2298cc6edc6a21a7fa18b73990c +checksum=200a4f9331d0e5048bf9bda6a8dee38248c557e471b9e57ff3784853efd613a9 CFLAGS="-fcommon"