summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2018-01-30 16:48:42 +1100
committerRhinoceros2018-01-30 16:48:42 +1100
commita4d56419b8d6a9fa45cf8f84371f6c39464993cc (patch)
treec718e5e0d9cc082ba97cb957ae9122ffaf6b61ef /PKGBUILD
parent09cda9a3322b47054224df181202fc7eaed86ef1 (diff)
downloadaur-a4d56419b8d6a9fa45cf8f84371f6c39464993cc.tar.gz
Update to 0.9.11-1
* Upstream changelog: * The option R_latexcmd now is a list and the option R_latexmk no longer exists. By default, latexmk and xelatex will be called to compile pdf documents. * Arguments completion is now done by CTRL-X CTRL-O. * New options: R_OutDec, R_csv_delim, R_rmdchunk, R_parenblock, R_bracketed_paste, R_complete. * New command: `:RSend`. * Require Neovim >= 0.2.0 (Linux, OS X) or >= 0.2.1 (Windows).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index decd5c4d53c7..5499831fdccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=nvim-r
-pkgver=0.9.10
+pkgver=0.9.11
pkgrel=1
pkgdesc="Vim plugin to work with R"
arch=('any')
@@ -9,14 +9,14 @@ url="https://github.com/jalvesaq/${pkgname}"
license=('GPL2')
optdepends=('vim>=8.0.0: either vim or neovim'
'tmux: if using vim, necessary for sending commands to R'
- 'neovim>=0.1.7: either neovim or vim'
+ 'neovim>=0.2.0: either neovim or vim'
'pandoc: render output from markup files'
'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/archive/v${pkgver}.tar.gz")
-sha256sums=('50dd4341dfba64286be882eb08fd71a6e91fb930adee7698f280269d930358a3')
+sha256sums=('4acbe266b2336c413a4406d0906fd9aa5a92fbc6cbbea8a6a67c9b6f8a78b035')
package() {
cd "Nvim-R-${pkgver}"