summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dac7cde8f135..6caaa38e6ce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=nvim-r
-pkgver=0.9.6
+pkgver=0.9.7
pkgrel=1
pkgdesc="Vim plugin to work with R"
arch=('any')
url="https://github.com/jalvesaq/${pkgname}"
license=('GPL2')
-optdepends=('vim>=7.4.1829: either vim or neovim'
+optdepends=('vim>=8.0.0: either vim or neovim'
'tmux: if using vim, necessary for sending commands to R'
- 'neovim>=0.1.4: either neovim or vim'
+ 'neovim>=0.1.5: 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=('8507a207db21f02aee96d6717229a7cc6e701ca5358a9ca6730b9af2fca4038f')
+sha256sums=('227b7a162deec3c4a4535a5183e2b73df6f0f2291c75873d2062c46267a4c459')
package() {
cd "Nvim-R-${pkgver}"