summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-04-19 11:57:02 +1000
committerRhinoceros2017-04-19 11:57:02 +1000
commit1fa1d1a6724cf801203fd32076b3a97d5c598616 (patch)
tree924e007e81129f8fd39aae71e73e0ddc4b02cd41
parent1b22570d2a80f16879457cbad699e037fb67c438 (diff)
downloadaur-1fa1d1a6724cf801203fd32076b3a97d5c598616.tar.gz
Update to 1:1.0.r1.ga58f92e-3
* 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 fc5def3c5a5c..7d22feebd894 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Mon Jul 11 01:50:33 UTC 2016
+# Wed Apr 19 01:57:01 UTC 2017
pkgbase = vim-startify-git
pkgdesc = A fancy start screen for Vim.
pkgver = 1.0.r1.ga58f92e
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/mhinz/vim-startify
- install = vimdoc.install
arch = any
groups = vim-plugins
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 8a25e1caf0d8..1f938b2d1726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=vim-startify-git
pkgver=1.0.r1.ga58f92e
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='A fancy start screen for Vim.'
arch=('any')
@@ -14,7 +14,6 @@ makedepends=('git')
conflicts=('vim-startify')
provides=('vim-startify')
groups=('vim-plugins')
-install='vimdoc.install'
source=("git+https://github.com/mhinz/${pkgname%-git}.git")
sha256sums=('SKIP')
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
-}