summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2023-11-13 21:52:14 +1100
committerRhinoceros2023-11-13 21:52:14 +1100
commit2cc73b6700309c679b3a7777f4cdf1e4f1e0261a (patch)
treee824d7f4dec8b5274c33a34fa8ceec705dc1e839 /PKGBUILD
parent3cf6b1f05395d6c8b70deaa45d321341095d3b78 (diff)
downloadaur-2cc73b6700309c679b3a7777f4cdf1e4f1e0261a.tar.gz
Update to 0.9.18
* Upstream changelog * TCP communication on Windows is broken. * Integration with cmp-nvim-r, a source for nvim-cmp. * Delete options R_auto_omni and R_hi_fun_globenv. * New options: R_filetypes, R_fun_data_1 and R_fun_data_2, R_quarto_intel, R_bib_compl, R_enable_comment. * Require either Neovim 0.6.0 or Vim 8.2.84.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index addf384f9488..387d2145bccc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=nvim-r
-pkgver=0.9.17
+pkgver=0.9.18
pkgrel=1
pkgdesc="Vim plugin to work with R"
arch=('any')
url="https://github.com/jalvesaq/${pkgname}"
license=('GPL2')
-optdepends=('vim>=8.1.1705: either vim or neovim'
+optdepends=('vim>=8.2.84: either vim or neovim'
'tmux>=2.0: if using vim and running R in an external terminal emulator, necessary for sending commands to R'
- 'neovim>=0.4.3: either neovim or vim'
+ 'neovim>=0.6.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')
@@ -17,7 +17,7 @@ conflicts=('vim-r' 'r-vimcom')
replaces=('vim-r')
install='nvim-r.install'
source=("$pkgname-$pkgver.tar.gz::https://github.com/jalvesaq/Nvim-R/archive/v${pkgver}.tar.gz")
-sha256sums=('8d671cb50eb1e5f6ae9999270e202c4eb4cd65ffb20cc7d8f2c18bc4bfcf0e4a')
+sha256sums=('e0e22781bff153920f9e71bfaf2a79b7495a6dab5fb20f32cf683068a42b8711')
package() {
cd "Nvim-R-${pkgver}"