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

Levente Polyak anthraxx at archlinux.org
Sun Nov 13 22:10:26 UTC 2016


    Date: Sunday, November 13, 2016 @ 22:10:26
  Author: anthraxx
Revision: 195537

upgpkg: vim-nerdcommenter 2.4.0-2 (hooks rebuild)

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-13 21:22:47 UTC (rev 195536)
+++ PKGBUILD	2016-11-13 22:10:26 UTC (rev 195537)
@@ -6,14 +6,13 @@
 
 pkgname=vim-nerdcommenter
 pkgver=2.4.0
-pkgrel=1
-pkgdesc='A plugin that allows for easy commenting of code for many filetypes'
+pkgrel=2
+pkgdesc='Plugin that allows for easy commenting of code for many filetypes'
 url='https://github.com/scrooloose/nerdcommenter'
 arch=('any')
 license=('custom:vim')
 depends=('vim')
 groups=('vim-plugins')
-install=vimdoc.install
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/scrooloose/nerdcommenter/archive/${pkgver}.tar.gz
         LICENSE)
 sha512sums=('ec389cd3f6f1f2093debe2e2d5a09573324d9f8459b4f6c3528bf7b46f9b84fad08718e140be6d39bb8c990778de89fda7f9bb06704c1ea6ff319e6ac431fcdd'

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2016-11-13 21:22:47 UTC (rev 195536)
+++ vimdoc.install	2016-11-13 22:10:26 UTC (rev 195537)
@@ -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