aboutsummaryrefslogtreecommitdiffstats
path: root/main/htop/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/htop/APKBUILD')
-rw-r--r--main/htop/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/htop/APKBUILD b/main/htop/APKBUILD
index c567e1c5a79..4b1449a8e08 100644
--- a/main/htop/APKBUILD
+++ b/main/htop/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=htop
pkgver=3.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Interactive process viewer"
url="https://htop.dev/"
arch="all"
license="GPL-2.0-or-later"
-makedepends="ncurses-dev python3 autoconf automake linux-headers"
+makedepends="ncurses-dev python3 autoconf automake linux-headers lm-sensors-dev"
subpackages="$pkgname-doc"
options="!check" # no upstream/available test-suite
source="$pkgname-$pkgver.tar.gz::https://github.com/htop-dev/htop/archive/$pkgver.tar.gz"