diff --git a/srcpkgs/htop/template b/srcpkgs/htop/template index 96fd8b5de16..6c583794d9f 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"