summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2016-06-10 14:17:19 +1000
committerRhinoceros2016-06-10 14:17:19 +1000
commite3bc48cd6abd51a7da4d3038ad2ca986741f62a3 (patch)
treedd6569a4131feed6d731cfe74f52bcb83d893213
parente0c9ad6b006213b3cd189690daac2966b9c13547 (diff)
downloadaur-e3bc48cd6abd51a7da4d3038ad2ca986741f62a3.tar.gz
Update to 0.9.5-1
Apologies for the delay; I had to wait for Arch to package the latest vim. * Upstream changelog for 0.9.4: * Delete option R_tmux_ob. The Object Browser will always start in a Vim split window, not in a Tmux split pane. * New option: R_cmd. * Minor bug fixes. * Require Neovim >= 0.1.4 or Vim >= 7.4.1829. * Upstream changelog for 0.9.5: * Ask whether R_LIBS_USER directory should be created.
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d5ccfdd2acf..7c94f10203c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
# Generated by mksrcinfo v8
-# Fri Mar 25 02:57:39 UTC 2016
+# Thu Jun 9 10:36:45 UTC 2016
pkgbase = nvim-r
pkgdesc = Vim plugin to work with R
- pkgver = 0.9.3
- pkgrel = 3
+ pkgver = 0.9.5
+ pkgrel = 1
url = https://github.com/jalvesaq/nvim-r
install = nvim-r.install
arch = any
license = GPL2
- optdepends = vim>=7.4.1579: either vim or neovim
+ optdepends = vim>=7.4.1829: either vim or neovim
optdepends = tmux: if using vim, necessary for sending commands to R
- optdepends = neovim: either neovim or vim
+ optdepends = neovim>=0.1.4: 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/releases/download/v0.9.3/Nvim-R.vmb
- sha256sums = 336acec73a4aede96cfc2974d7c7e95bccf8611208f7d9fac341cf3fa056b2cd
+ source = https://github.com/jalvesaq/Nvim-R/releases/download/v0.9.5/Nvim-R.vmb
+ sha256sums = 512b38175baac2a274ed58890106b2dc59357063a80bae4dafdb65917b1f8d5a
pkgname = nvim-r
diff --git a/PKGBUILD b/PKGBUILD
index 816ba6395b92..a31d7bf66d92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=nvim-r
-pkgver=0.9.3
-pkgrel=3
+pkgver=0.9.5
+pkgrel=1
pkgdesc="Vim plugin to work with R"
arch=('any')
url="https://github.com/jalvesaq/${pkgname}"
license=('GPL2')
-optdepends=('vim>=7.4.1579: either vim or neovim'
+optdepends=('vim>=7.4.1829: either vim or neovim'
'tmux: if using vim, necessary for sending commands to R'
- 'neovim: either neovim or vim'
+ 'neovim>=0.1.4: 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/releases/download/v${pkgver}/Nvim-R.vmb")
-sha256sums=('336acec73a4aede96cfc2974d7c7e95bccf8611208f7d9fac341cf3fa056b2cd')
+sha256sums=('d9a69e297405851410441c4ebe84f8053d26bb6d5d8b01c4bcc054766e9d9e74')
package() {
mkdir -p "${pkgdir}/usr/share/vim/vimfiles"