summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwcasanova2020-12-11 19:47:45 -0300
committerwcasanova2020-12-11 19:47:45 -0300
commit6af011d265cef7cc929074178788b6409ecdfead (patch)
tree46e655b4e5b3210f98cf794223629ad393185c6d /PKGBUILD
parentb6844e7708972734694560068c8baa3d87b77903 (diff)
downloadaur-htop-dev-git.tar.gz
add dep: hwloc,lm_sensors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c14075da49a..59d1548fde87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
_pkgname=htop
pkgname=${_pkgname}-dev-git
-pkgver=3.0.2.r329.g9b31ee5
+pkgver=3.0.3.r19.g738d31b
pkgrel=1
pkgdesc="htop - an interactive process viewer, full-featured"
url="https://github.com/htop-dev/${_pkgname}"
license=('GPL')
arch=('i686' 'x86_64')
-depends=('ncurses' 'libnl' 'libncursesw.so' )
+depends=('ncurses' 'libnl' 'libncursesw.so' 'hwloc' 'lm_sensors')
makedepends=('git' 'python')
optdepends=('lsof: list open files for running process'
- 'strace: attach to running process'
- 'hwloc: Portable Hardware Locality')
+ 'strace: attach to running process')
provides=('htop')
conflicts=('htop' 'htop-git')
options=('!emptydirs')