summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDX372020-09-15 21:48:12 +0700
committerDX372020-09-15 21:48:12 +0700
commiteb6c417ad057aced381b5b0d0c24d8cfeab0f3a1 (patch)
treed406fbb5ab0ba49cf971f93ce5bd6e9e2785d283 /PKGBUILD
parent78260f9863fb90ca1efe9f8878738b2fa535e8b1 (diff)
downloadaur-eb6c417ad057aced381b5b0d0c24d8cfeab0f3a1.tar.gz
3.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e53a7af95ad..f408d0cb3625 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,22 @@
_pkgname=htop
pkgname=htop-temperature-rpi
-pkgver=3.0.1
-pkgrel=3
+pkgver=3.0.2
+pkgrel=1
pkgdesc='Interactive process viewer with added support for CPU temperature. Version for gathering Raspberry Pi CPU temperature from thermal_zone0'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
url='https://htop.dev/'
license=('GPL')
-depends=('ncurses' 'libncursesw.so' 'libnl')
+depends=('ncurses' 'libncursesw.so' 'libnl' 'lm_sensors')
optdepends=('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-temperature-rpi.patch')
-sha256sums=('8465164bc085f5f1813e1d3f6c4b9b56bf4c95cc12226a5367e65794949b01ca'
- '0dab0800730e8d57d4b0d202a36075cf4fee36cb799d2c802bd1b2815a227373')
+sha256sums=('b4744a3bea279f2a3725ed8e5e35ffd9cb10d66673bf07c8fe21feb3c4661305'
+ '73f6945be919330a4819b213611fe20737ea541fcd86d16167338bd483874e24')
prepare() {
cd "$_pkgname-$pkgver"