summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Potocki2021-07-11 05:40:44 +1200
committerDawid Potocki2021-07-11 05:40:44 +1200
commit0ecec2dfdaae33fd1f7349901260f94bcc8f27db (patch)
treed1edce349e76d5f2673fb4753b4feda9cdb54565
parent935022cd08784cc9da47023dbc6f5f57037e0e7d (diff)
downloadaur-0ecec2dfdaae33fd1f7349901260f94bcc8f27db.tar.gz
Provide the `htop` package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bad927f90578..d579ff1ab2b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = htop-vim
pkgdesc = Interactive process viewer with a Vim keybindings patch
pkgver = 3.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://htop.dev/
arch = x86_64
license = GPL
@@ -12,6 +12,7 @@ pkgbase = htop-vim
optdepends = lm_sensors: show cpu temperatures
optdepends = lsof: show files opened by a process
optdepends = strace: attach to a running process
+ provides = htop
conflicts = htop
options = !emptydirs
source = https://github.com/htop-dev/htop/archive/3.0.5/htop-vim-3.0.5.tar.gz
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"