[arch-commits] Commit in htop/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Mon Dec 7 07:39:18 UTC 2020
Date: Monday, December 7, 2020 @ 07:39:18
Author: eworm
Revision: 403041
upgpkg: htop 3.0.3-1: new upstream release
Modified:
htop/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-07 06:52:56 UTC (rev 403040)
+++ PKGBUILD 2020-12-07 07:39:18 UTC (rev 403041)
@@ -4,7 +4,7 @@
# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
pkgname=htop
-pkgver=3.0.2
+pkgver=3.0.3
pkgrel=1
pkgdesc='Interactive process viewer'
arch=('x86_64')
@@ -11,11 +11,13 @@
url='https://htop.dev/'
license=('GPL')
depends=('ncurses' 'libncursesw.so' 'libnl')
-optdepends=('lsof: show files opened by a process'
+makedepends=('lm_sensors')
+optdepends=('lm_sensors: show cpu temperatures'
+ 'lsof: show files opened by a process'
'strace: attach to a running process')
options=('!emptydirs')
source=("https://github.com/htop-dev/htop/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('b4744a3bea279f2a3725ed8e5e35ffd9cb10d66673bf07c8fe21feb3c4661305')
+sha256sums=('725103929c925a7252b4dedeb29b3a1da86a2f74e96c50eb9ea6c8fec1942cd2')
prepare() {
cd "$pkgname-$pkgver"
More information about the arch-commits
mailing list