summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2019-05-06 08:00:02 +1000
committerRhinoceros2019-05-06 08:00:02 +1000
commit70f6aed66862b73244b7f385076c7a550882a4de (patch)
treef6724fa041f47bad520d63c29358585f2a67bf3c
parentae3e8c3c805cf47e30ceffa9ad73ebadaad5379a (diff)
downloadaur-70f6aed66862b73244b7f385076c7a550882a4de.tar.gz
Update to 0.9.12-1
* Upstream changelog: * Support for Python code in knitr chunks: integration with the R package reticulate and with the jedi-vim plugin. * New options: R_editing_mode, R_buffer_opts. * Minor bug fixes. * Clarify some optdepends
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 557bb7f42e6a..cae3aebf8d28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,22 @@
pkgbase = nvim-r
pkgdesc = Vim plugin to work with R
- pkgver = 0.9.12
+ pkgver = 0.9.13
pkgrel = 1
url = https://github.com/jalvesaq/nvim-r
install = nvim-r.install
arch = any
license = GPL2
optdepends = vim>=8.0.0: either vim or neovim
- optdepends = tmux: if using vim, necessary for sending commands to R
+ optdepends = tmux>=2.0: if using vim, necessary for sending commands to R
optdepends = neovim>=0.2.0: either neovim or vim
+ optdepends = r>=3.0.0: for integration with R
optdepends = pandoc: render output from markup files
optdepends = vim-csv: inspect data.frames and matrices
conflicts = vim-r
conflicts = r-vimcom
replaces = vim-r
- source = https://github.com/jalvesaq/Nvim-R/archive/v0.9.12.tar.gz
- sha256sums = 62d945111e36d80607ee351864f220925397385e9f6e1736948e2460f843828b
+ source = https://github.com/jalvesaq/Nvim-R/archive/v0.9.13.tar.gz
+ sha256sums = d4d132f2780b3bde8d0bfccb90c165c5beb8c22f44b3a977b0e43acd9f19e867
pkgname = nvim-r
diff --git a/PKGBUILD b/PKGBUILD
index 9d32ad21db40..724b34d6d8a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,23 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=nvim-r
-pkgver=0.9.12
+pkgver=0.9.13
pkgrel=1
pkgdesc="Vim plugin to work with R"
arch=('any')
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'
+ 'tmux>=2.0: if using vim, necessary for sending commands to R'
'neovim>=0.2.0: either neovim or vim'
+ 'r>=3.0.0: for integration with R'
'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=('62d945111e36d80607ee351864f220925397385e9f6e1736948e2460f843828b')
+sha256sums=('d4d132f2780b3bde8d0bfccb90c165c5beb8c22f44b3a977b0e43acd9f19e867')
package() {
cd "Nvim-R-${pkgver}"