summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c6d5d6cb7ab..4227919d1ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
pkgname=htop-zfs
pkgver=2.2.0
-pkgrel=4
+pkgrel=5
pkgdesc='Interactive process viewer with ZFS awareness patch'
arch=('x86_64')
url='https://hisham.hm/htop/'
license=('GPL')
provides=('htop')
+conflicts=('htop')
depends=('ncurses' 'libnl')
makedepends=('python')
optdepends=('lsof: show files opened by a process'