[arch-commits] Commit in vim-surround/trunk (PKGBUILD vimdoc.install)
Jelle van der Waa
jelle at archlinux.org
Tue Apr 18 13:56:23 UTC 2017
Date: Tuesday, April 18, 2017 @ 13:56:22
Author: jelle
Revision: 223731
upgpkg: vim-surround 2.1-2
vimdoc hook cleanup
Modified:
vim-surround/trunk/PKGBUILD
Deleted:
vim-surround/trunk/vimdoc.install
----------------+
PKGBUILD | 3 +--
vimdoc.install | 14 --------------
2 files changed, 1 insertion(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-18 13:53:46 UTC (rev 223730)
+++ PKGBUILD 2017-04-18 13:56:22 UTC (rev 223731)
@@ -5,7 +5,7 @@
pkgname=vim-surround
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc='Provides mappings to easily delete, change, and add paired "surroundings"'
arch=('any')
url='https://github.com/tpope/vim-surround'
@@ -12,7 +12,6 @@
license=('custom:vim')
groups=('vim-plugins')
depends=('vim')
-install=vimdoc.install
source=($pkgname-$pkgver.tar.gz::https://github.com/tpope/vim-surround/archive/v2.1.tar.gz
license.txt)
md5sums=('85ffd09f75fe308f0bde43b0ce39bc2c'
Deleted: vimdoc.install
===================================================================
--- vimdoc.install 2017-04-18 13:53:46 UTC (rev 223730)
+++ vimdoc.install 2017-04-18 13:56:22 UTC (rev 223731)
@@ -1,14 +0,0 @@
-post_install() {
- echo -n "Updating Vim help tags..."
- /usr/bin/vim --noplugin -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
-}
More information about the arch-commits
mailing list