summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--nvim-r.install12
3 files changed, 3 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 302fdd0a7693..ecb90bf7e3ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Dec 10 20:23:41 UTC 2016
+# Wed Apr 19 02:29:50 UTC 2017
pkgbase = nvim-r
pkgdesc = Vim plugin to work with R
pkgver = 0.9.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jalvesaq/nvim-r
install = nvim-r.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index c4070f25c1e4..e3ef61bd8cb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nvim-r
pkgver=0.9.8
-pkgrel=1
+pkgrel=2
pkgdesc="Vim plugin to work with R"
arch=('any')
url="https://github.com/jalvesaq/${pkgname}"
diff --git a/nvim-r.install b/nvim-r.install
index ce18766ea2da..0cfbf4200195 100644
--- a/nvim-r.install
+++ b/nvim-r.install
@@ -1,15 +1,3 @@
-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
echo 'You may also want to delete ~/R/*/*/nvimcom'
}