summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-03-28 15:45:07 -0700
committerAndy Weidenbaum2016-03-28 15:45:07 -0700
commit10784e0d08556c2d6e467210ce93d8cf58edc6b2 (patch)
tree5a94d3e4b4ce4261d2b5fea85e8f6061e3adb8bd
parentc8b288c23eeb46f563296bec48531003f86ed142 (diff)
downloadaur-10784e0d08556c2d6e467210ce93d8cf58edc6b2.tar.gz
update pkgdesc, formatting
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0cb267e0d00..6c8233d0b8d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 15:21:52 UTC 2016
+# Mon Mar 28 22:44:29 UTC 2016
pkgbase = terminfo-neovim-tmux
- pkgdesc = tmux terminfo formats patched to support neovim <C-h> key
+ pkgdesc = tmux terminfo formats with Neovim <C-h> key fix
pkgver = 1.0
pkgrel = 1
url = https://github.com/neovim/neovim/issues/2048#issuecomment-78045837
diff --git a/PKGBUILD b/PKGBUILD
index 4172c8147e06..9769cbc71113 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=terminfo-neovim-tmux
pkgver=1.0
pkgrel=1
-pkgdesc="tmux terminfo formats patched to support neovim <C-h> key"
+pkgdesc="tmux terminfo formats with Neovim <C-h> key fix"
arch=('any')
url="https://github.com/neovim/neovim/issues/2048#issuecomment-78045837"
license=('MIT')
@@ -15,8 +15,8 @@ _terms=('tmux'
_patch_terminfo() {
infocmp "$1" | sed \
- -e 's/^'$1'[^|]*|[^,]*,/'$1'-neovim|'$1' with Neovim <C-h> support,/' \
- -e 's/kbs=^[hH]/kbs=\\177/' > "$1".tmp
+ -e 's/^'$1'[^|]*|[^,]*,/'$1'-neovim|'$1' with Neovim <C-h> support,/' \
+ -e 's/kbs=^[hH]/kbs=\\177/' > "$1".tmp
tic "$1".tmp -o terminfo
rm "$1".tmp
}