summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e031936926b1..302fdd0a7693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 27 01:45:09 UTC 2016
+# Sat Dec 10 20:23:41 UTC 2016
pkgbase = nvim-r
pkgdesc = Vim plugin to work with R
- pkgver = 0.9.7
+ pkgver = 0.9.8
pkgrel = 1
url = https://github.com/jalvesaq/nvim-r
install = nvim-r.install
@@ -10,14 +10,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.5: either neovim or vim
+ optdepends = neovim>=0.1.7: 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.7.tar.gz
- sha256sums = 227b7a162deec3c4a4535a5183e2b73df6f0f2291c75873d2062c46267a4c459
+ source = https://github.com/jalvesaq/Nvim-R/archive/v0.9.8.tar.gz
+ sha256sums = ceaebd2f725318cda029b2194b9ba01594db50755b1feb35b64782342c173520
pkgname = nvim-r
diff --git a/PKGBUILD b/PKGBUILD
index 6caaa38e6ce2..c4070f25c1e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=nvim-r
-pkgver=0.9.7
+pkgver=0.9.8
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.5: either neovim or vim'
+ 'neovim>=0.1.7: 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=('227b7a162deec3c4a4535a5183e2b73df6f0f2291c75873d2062c46267a4c459')
+sha256sums=('ceaebd2f725318cda029b2194b9ba01594db50755b1feb35b64782342c173520')
package() {
cd "Nvim-R-${pkgver}"