summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2016-06-10 14:17:19 +1000
committerRhinoceros2016-06-10 14:17:19 +1000
commite3bc48cd6abd51a7da4d3038ad2ca986741f62a3 (patch)
treedd6569a4131feed6d731cfe74f52bcb83d893213 /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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"