summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYardena Cohen2024-02-18 18:22:43 -0800
committerYardena Cohen2024-02-18 18:22:43 -0800
commit2f7464b192add7af9db62e2cf49b765b8dbcee99 (patch)
treec166ca28a8cf2371320d484a56e4b26d87ef206f
parent59a85cb0edff6c5abae3060808c8aa88d79758a5 (diff)
downloadaur-2f7464b192add7af9db62e2cf49b765b8dbcee99.tar.gz
optdepend lm_sensors
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89cf431a26f1..ceb16752a0b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htop-git
pkgdesc = Interactive text-mode process viewer
- pkgver = 3.2.1.1.g611ea460
+ pkgver = 3.3.0.23.g4abe9f4c
pkgrel = 1
epoch = 1
url = https://htop.dev
@@ -13,6 +13,7 @@ pkgbase = htop-git
depends = libnl
optdepends = lsof: list open files for running process
optdepends = strace: attach to running process
+ optdepends = lm_sensors: temperature monitoring
provides = htop
conflicts = htop
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 4ea0229ce622..99e77e0d5ac7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
gitname=htop
pkgname=${gitname}-git
-pkgver=3.2.1.1.g611ea460
+pkgver=3.3.0.23.g4abe9f4c
pkgrel=1
epoch=1
pkgdesc="Interactive text-mode process viewer"
@@ -12,7 +12,8 @@ arch=('i686' 'x86_64')
depends=(ncurses libnl)
makedepends=('git' 'python')
optdepends=('lsof: list open files for running process'
- 'strace: attach to running process')
+ 'strace: attach to running process'
+ 'lm_sensors: temperature monitoring')
provides=('htop')
conflicts=('htop')
options=('!emptydirs')