summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 666307046369..05ecc533f376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_pkgname=htop
pkgname=htop-temperature-rpi
pkgver=2.2.0
-pkgrel=4
-pkgdesc="Interactive process viewer with added support for CPU temperature. Version for gathering Raspberry Pi CPU temperature from vcgencmd"
-arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=5
+pkgdesc="Interactive process viewer with added support for CPU temperature. Version for gathering Raspberry Pi CPU temperature from thermal_zone0"
+arch=('armv6h' 'armv7h' 'aarch64')
url="http://hisham.hm/htop/"
license=('GPL')
depends=('ncurses' 'libnl')
@@ -19,7 +19,7 @@ source=("http://hisham.hm/$_pkgname/releases/$pkgver/$_pkgname-$pkgver.tar.gz"
"htop-temperature-rpi.patch"
"0001-fix-option-string.patch")
sha256sums=('d9d6826f10ce3887950d709b53ee1d8c1849a70fa38e91d5896ad8cbc6ba3c57'
- '626f85b975a58aef9c6878f59fc7381824702bc4fafe4d3bffccd80b1ceb5a6a'
+ '543ac03c0d8c33659dc06b18a5341ced4071a4f49e6e7430ba2c3e0112de0ef6'
'343cfd8e01f2d47e54b38f725bb05a9825511b502acdb6803507e5fa4d52bed7')
prepare() {