summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2020-03-01 18:28:02 +1100
committerRhinoceros2020-03-01 18:28:02 +1100
commit6a7e41d317b6dec70f1a99bb6f72ac082b97e9d9 (patch)
tree99b3513452bee0cf0a64c2556701ea3cf7522376
parent74924d822255794cf5460b27724807f9bc3ac780 (diff)
parent70f6aed66862b73244b7f385076c7a550882a4de (diff)
downloadaur-6a7e41d317b6dec70f1a99bb6f72ac082b97e9d9.tar.gz
Merge branch 'master' of ssh://aur/nvim-r
Merge update to 0.9.13, and unique download name
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5af5617baad..fb3775d744c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,22 @@
pkgbase = nvim-r
pkgdesc = Vim plugin to work with R
- pkgver = 0.9.12
+ pkgver = 0.9.13
pkgrel = 1
url = https://github.com/jalvesaq/nvim-r
install = nvim-r.install
arch = any
license = GPL2
optdepends = vim>=8.0.0: either vim or neovim
- optdepends = tmux: if using vim, necessary for sending commands to R
+ optdepends = tmux>=2.0: if using vim, necessary for sending commands to R
optdepends = neovim>=0.2.0: either neovim or vim
+ optdepends = r>=3.0.0: for integration with R
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 = nvim-r-0.9.12.tar.gz::https://github.com/jalvesaq/Nvim-R/archive/v0.9.12.tar.gz
- sha256sums = 62d945111e36d80607ee351864f220925397385e9f6e1736948e2460f843828b
+ source = nvim-r-0.9.13.tar.gz::https://github.com/jalvesaq/Nvim-R/archive/v0.9.13.tar.gz
+ sha256sums = d4d132f2780b3bde8d0bfccb90c165c5beb8c22f44b3a977b0e43acd9f19e867
pkgname = nvim-r
diff --git a/PKGBUILD b/PKGBUILD
index e981a6cb9802..26ea99ac44e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,23 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=nvim-r
-pkgver=0.9.12
+pkgver=0.9.13
pkgrel=1
pkgdesc="Vim plugin to work with R"
arch=('any')
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'
+ 'tmux>=2.0: if using vim, necessary for sending commands to R'
'neovim>=0.2.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')
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=('62d945111e36d80607ee351864f220925397385e9f6e1736948e2460f843828b')
+sha256sums=('d4d132f2780b3bde8d0bfccb90c165c5beb8c22f44b3a977b0e43acd9f19e867')
package() {
cd "Nvim-R-${pkgver}"