summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-04-19 11:24:52 +1000
committerRhinoceros2017-04-19 11:24:52 +1000
commit442034ad9ec1384b14cea61cc31acc18b5d205f3 (patch)
tree21a18069ac29785ec25657eb32c14eec3bc59528
parentd32adf1015644561e2d86ca687933c1024205a8c (diff)
downloadaur-442034ad9ec1384b14cea61cc31acc18b5d205f3.tar.gz
Update to 0.7.r219.gdbb4d32-4
* Post-transaction hooks for vim help tags now provided by pacman 5.0 and vim 8.0.0055-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--vimdoc.install14
3 files changed, 3 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac7a8ae07d1c..681a51636f9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Mon Jul 11 01:55:24 UTC 2016
+# Wed Apr 19 01:24:45 UTC 2017
pkgbase = vim-airline-git
pkgdesc = A lean & mean statusline for vim that's light as air.
pkgver = 0.7.r219.gdbb4d32
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://github.com/vim-airline/vim-airline
- install = vimdoc.install
arch = any
groups = vim-plugins
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 9a658227ab42..562fd1b9f81c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=vim-airline-git
pkgver=0.7.r219.gdbb4d32
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc="A lean & mean statusline for vim that's light as air."
arch=('any')
@@ -17,7 +17,6 @@ groups=('vim-plugins')
source=("git+https://github.com/vim-airline/${pkgname%-git}.git")
optdepends=('otf-powerline-symbols-git: use the Powerline symbols'
'vim-airline-themes-git: alternative themes')
-install='vimdoc.install'
md5sums=('SKIP')
pkgver() {
diff --git a/vimdoc.install b/vimdoc.install
deleted file mode 100644
index 73d0dc8818a5..000000000000
--- a/vimdoc.install
+++ /dev/null
@@ -1,14 +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
-}