summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2016-03-25 12:35:00 +1100
committerRhinoceros2016-03-25 12:35:00 +1100
commitfab7247b4b8d75a1515340af180c3af65894307c (patch)
tree0d53ecf42d26d433edf2654aa30eca4a2c0c754a
parent18165e0e5cc09297f2322d2052e07416063e49bb (diff)
downloadaur-fab7247b4b8d75a1515340af180c3af65894307c.tar.gz
Update to 0.9.3-2
Conflicts and replaces previous version (vim-r and r-vimcom)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3935bf823fb1..84d72c311970 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Mar 25 01:19:51 UTC 2016
+# Fri Mar 25 01:34:56 UTC 2016
pkgbase = nvim-r
pkgdesc = Vim plugin to work with R
pkgver = 0.9.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jalvesaq/nvim-r
arch = any
license = GPL2
@@ -12,6 +12,9 @@ pkgbase = nvim-r
optdepends = neovim: 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
diff --git a/PKGBUILD b/PKGBUILD
index 6f3e960a8391..37592c8585a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nvim-r
pkgver=0.9.3
-pkgrel=1
+pkgrel=2
pkgdesc="Vim plugin to work with R"
arch=('any')
url="https://github.com/jalvesaq/${pkgname}"
@@ -12,6 +12,8 @@ optdepends=('vim>=7.4.1579: either vim or neovim'
'neovim: 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')
source=("https://github.com/jalvesaq/Nvim-R/releases/download/v${pkgver}/Nvim-R.vmb")
sha256sums=('336acec73a4aede96cfc2974d7c7e95bccf8611208f7d9fac341cf3fa056b2cd')