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

Levente Polyak anthraxx at archlinux.org
Sun Nov 13 22:11:05 UTC 2016


    Date: Sunday, November 13, 2016 @ 22:11:05
  Author: anthraxx
Revision: 195539

upgpkg: vim-tagbar 2.6.1-5 (hooks rebuild)

Modified:
  vim-tagbar/trunk/PKGBUILD
Deleted:
  vim-tagbar/trunk/vimdoc.install

----------------+
 PKGBUILD       |    5 ++---
 vimdoc.install |   16 ----------------
 2 files changed, 2 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-13 22:10:35 UTC (rev 195538)
+++ PKGBUILD	2016-11-13 22:11:05 UTC (rev 195539)
@@ -4,14 +4,13 @@
 
 pkgname=vim-tagbar
 pkgver=2.6.1
-pkgrel=4
-pkgdesc='Vim plugin to browse the tags of the current file and get an overview of its structure'
+pkgrel=5
+pkgdesc='Plugin to browse the tags of the current file and get an overview of its structure'
 url='https://majutsushi.github.io/tagbar/'
 arch=('any')
 license=('custom:vim')
 depends=('ctags' 'vim')
 groups=('vim-plugins')
-install=vimdoc.install
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/majutsushi/tagbar/archive/v${pkgver}.tar.gz
 		    LICENSE)
 sha512sums=('eb0f29dc2f08d943e1ac0c0fe97ed72a49b85e22d105815a5557e205532be379d3ce8429c5303b917c005b465a7385161ff2edc96efc0fc312178155c67a7c22'

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2016-11-13 22:10:35 UTC (rev 195538)
+++ vimdoc.install	2016-11-13 22:11:05 UTC (rev 195539)
@@ -1,16 +0,0 @@
-post_install() {
-  echo -n "Updating vim help tags..."
-  /usr/bin/vim --noplugins -u NONE -U NONE \
-      --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list