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

Alexander Rødseth arodseth at archlinux.org
Sun Nov 27 13:37:51 UTC 2016


    Date: Sunday, November 27, 2016 @ 13:37:50
  Author: arodseth
Revision: 197023

upgpkg: vim-nerdtree 5.0.0-2

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-27 13:18:28 UTC (rev 197022)
+++ PKGBUILD	2016-11-27 13:37:50 UTC (rev 197023)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Kwpolska <kwpolska at gmail.com>
 # Contributor: Thomas Dziedzic < gostrc at gmail >
@@ -8,7 +8,7 @@
 pkgname=vim-nerdtree
 pkgver=5.0.0
 _scriptid=17123
-pkgrel=1
+pkgrel=2
 pkgdesc='Tree explorer plugin for navigating the filesystem'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=1658'
@@ -15,7 +15,6 @@
 license=('custom:WTFPL')
 depends=('vim')
 groups=('vim-plugins')
-install='vimdoc.install'
 source=("$pkgname-$pkgver.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"
         'COPYING')
 md5sums=('39e61096eb0c54a4d386eaba49d6de3d'

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2016-11-27 13:18:28 UTC (rev 197022)
+++ vimdoc.install	2016-11-27 13:37:50 UTC (rev 197023)
@@ -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
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list