summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2016-03-25 13:58:23 +1100
committerRhinoceros2016-03-25 13:58:23 +1100
commite0c9ad6b006213b3cd189690daac2966b9c13547 (patch)
tree45984799dcdcec9207d453c61a30275a275d2b66 /PKGBUILD
parentfab7247b4b8d75a1515340af180c3af65894307c (diff)
downloadaur-e0c9ad6b006213b3cd189690daac2966b9c13547.tar.gz
Update to 0.9.3-3
* Add install file (which updates vim help and warns about nvimcom installation)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37592c8585a6..816ba6395b92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nvim-r
pkgver=0.9.3
-pkgrel=2
+pkgrel=3
pkgdesc="Vim plugin to work with R"
arch=('any')
url="https://github.com/jalvesaq/${pkgname}"
@@ -14,6 +14,7 @@ optdepends=('vim>=7.4.1579: either vim or neovim'
'vim-csv: inspect data.frames and matrices')
conflicts=('vim-r' 'r-vimcom')
replaces=('vim-r')
+install='nvim-r.install'
source=("https://github.com/jalvesaq/Nvim-R/releases/download/v${pkgver}/Nvim-R.vmb")
sha256sums=('336acec73a4aede96cfc2974d7c7e95bccf8611208f7d9fac341cf3fa056b2cd')