[arch-commits] Commit in vim-jedi/trunk (PKGBUILD vim-jedi.install)

Lukas Fleischer lfleischer at archlinux.org
Sat Jan 14 11:47:37 UTC 2017


    Date: Saturday, January 14, 2017 @ 11:47:36
  Author: lfleischer
Revision: 207314

upgpkg: vim-jedi 0.8.0-3

vimdoc hook cleanup.

Modified:
  vim-jedi/trunk/PKGBUILD
  vim-jedi/trunk/vim-jedi.install

------------------+
 PKGBUILD         |    2 +-
 vim-jedi.install |   12 ------------
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-14 11:40:51 UTC (rev 207313)
+++ PKGBUILD	2017-01-14 11:47:36 UTC (rev 207314)
@@ -4,7 +4,7 @@
 pkgname=vim-jedi
 _reponame=jedi-vim
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Vim plugin for jedi, an awesome Python autocompletion.'
 arch=('any')
 url="https://github.com/davidhalter/${_reponame}"

Modified: vim-jedi.install
===================================================================
--- vim-jedi.install	2017-01-14 11:40:51 UTC (rev 207313)
+++ vim-jedi.install	2017-01-14 11:47:36 UTC (rev 207314)
@@ -10,22 +10,10 @@
     fi
 }
 
-update_helptags() {
-    printf "Updating vim help tags..."
-    vim -e -s -c "helptags /usr/share/vim/vimfiles/doc/" -c "quit"
-    printf "done\n"
-}
-
 post_install() {
-    update_helptags
     warn_nopy3
 }
 
 post_upgrade() {
-    update_helptags
     warn_nopy3
 }
-
-post_remove() {
-    update_helptags
-}



More information about the arch-commits mailing list