summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf6907776741..59e276991942 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Sep 9 01:05:50 UTC 2017
pkgbase = nvim-r
pkgdesc = Vim plugin to work with R
- pkgver = 0.9.10
+ pkgver = 0.9.11
pkgrel = 1
url = https://github.com/jalvesaq/nvim-r
install = nvim-r.install
@@ -10,14 +8,14 @@ pkgbase = nvim-r
license = GPL2
optdepends = vim>=8.0.0: either vim or neovim
optdepends = tmux: if using vim, necessary for sending commands to R
- optdepends = neovim>=0.1.7: either neovim or vim
+ optdepends = neovim>=0.2.0: either neovim or vim
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.10.tar.gz
- sha256sums = 50dd4341dfba64286be882eb08fd71a6e91fb930adee7698f280269d930358a3
+ source = https://github.com/jalvesaq/Nvim-R/archive/v0.9.11.tar.gz
+ sha256sums = 4acbe266b2336c413a4406d0906fd9aa5a92fbc6cbbea8a6a67c9b6f8a78b035
pkgname = nvim-r
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}"