summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--vim-keybindings.patch6
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13e7e0c4b192..eb4bed0ef3bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 5.0.0
-# Thu Feb 11 08:29:35 UTC 2016
+# Sat Feb 13 16:11:39 UTC 2016
pkgbase = htop-vim-git
pkgdesc = Interactive text-mode process viewer. Patched for vim keybindings
pkgver = 622.2d1507a
@@ -20,7 +20,7 @@ pkgbase = htop-vim-git
source = git+https://github.com/hishamhm/htop.git
source = vim-keybindings.patch
sha256sums = SKIP
- sha256sums = edc0f30a1b62b3142f260691ed5b357245527a4a90668e21c57ebf683975e8c9
+ sha256sums = 6cb637a31d686fe08aa5af5266087512ffd1ad6e68bb4eebc1157d2bbfc42365
pkgname = htop-vim-git
diff --git a/PKGBUILD b/PKGBUILD
index e0e7131afc81..7b19d783c602 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=htop
pkgname=${_pkgname}-vim-git
-pkgver=622.2d1507a
+pkgver=784.0b70439
pkgrel=1
pkgdesc="Interactive text-mode process viewer. Patched for vim keybindings"
url="https://github.com/hishamhm/${_pkgname}"
@@ -18,7 +18,7 @@ options=('!emptydirs')
source=("git+${url}.git"
'vim-keybindings.patch')
sha256sums=('SKIP'
- 'edc0f30a1b62b3142f260691ed5b357245527a4a90668e21c57ebf683975e8c9')
+ '6cb637a31d686fe08aa5af5266087512ffd1ad6e68bb4eebc1157d2bbfc42365')
pkgver() {
cd "${srcdir}/${_pkgname}"
diff --git a/vim-keybindings.patch b/vim-keybindings.patch
index d654c69ed2ac..1eb8b38d8245 100644
--- a/vim-keybindings.patch
+++ b/vim-keybindings.patch
@@ -179,10 +179,10 @@ index 6789770..22a0f3f 100644
extern PanelClass Panel_class;
diff --git a/README b/README
-index 3bc17a4..fd7a9d6 100644
+index 1af7377..92a76be 100644
--- a/README
+++ b/README
-@@ -16,6 +16,44 @@ but we also have code for running under FreeBSD and Mac OS X
+@@ -17,6 +17,44 @@ but we also have code for running under FreeBSD and Mac OS X
This software has evolved considerably over the years,
and is reasonably complete, but there is always room for improvement.
@@ -224,7 +224,7 @@ index 3bc17a4..fd7a9d6 100644
+* 'l' can no longer be used to list open files, being replaced with 'L'
+
+
- Comparison between 'htop' and classic 'top'
+ Comparison between `htop` and classic `top`
-------------------------------------------
diff --git a/ScreenManager.c b/ScreenManager.c