diff options
author | Sean Greenslade | 2020-12-21 16:22:37 -0800 |
---|---|---|
committer | Sean Greenslade | 2020-12-21 16:22:37 -0800 |
commit | 047342a2b6ea85e46815ff794bd98ffdb0cbf8a3 (patch) | |
tree | aff3727091b9c73c18d47e87ad6e19eb66298fdb /PKGBUILD | |
parent | e6ea7eaba38fc2e7f296b53a863c72c3dc6b4193 (diff) | |
download | aur-htop-solarized.tar.gz |
Updated to htop 3.0.3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -8,22 +8,24 @@ _pkgname=htop pkgname=$_pkgname-solarized -pkgver=3.0.2 +pkgver=3.0.3 pkgrel=1 pkgdesc="Interactive process viewer with solarized patch" arch=('i686' 'x86_64' 'armv7h') 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') provides=('htop') conflicts=('htop') options=('!emptydirs') source=("https://github.com/htop-dev/htop/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz" 'htop-solarized.patch') -sha256sums=('b4744a3bea279f2a3725ed8e5e35ffd9cb10d66673bf07c8fe21feb3c4661305' - 'd602046cf90caed976061a09c34c8156de5023b93245de53b6ae115651b78ccb') +sha256sums=('725103929c925a7252b4dedeb29b3a1da86a2f74e96c50eb9ea6c8fec1942cd2' + '9d2c3b48fa62023eedea61ccb96ff6b8ed90294c5dea2635056756c8ffabaeb9') prepare() { cd "$_pkgname-$pkgver" |