summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDawid Potocki2021-07-11 05:40:44 +1200
committerDawid Potocki2021-07-11 05:40:44 +1200
commit0ecec2dfdaae33fd1f7349901260f94bcc8f27db (patch)
treed1edce349e76d5f2673fb4753b4feda9cdb54565 /PKGBUILD
parent935022cd08784cc9da47023dbc6f5f57037e0e7d (diff)
downloadaur-0ecec2dfdaae33fd1f7349901260f94bcc8f27db.tar.gz
Provide the `htop` package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62c1219d24ad..e67899ef71f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=htop
pkgname="$_pkgname-vim"
pkgver=3.0.5
-pkgrel=1
+pkgrel=2
pkgdesc='Interactive process viewer with a Vim keybindings patch'
arch=('x86_64')
url='https://htop.dev/'
@@ -13,6 +13,7 @@ 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"