diff options
author | Rhinoceros | 2017-04-23 08:24:55 +1000 |
---|---|---|
committer | Rhinoceros | 2017-04-23 08:24:55 +1000 |
commit | 549697bdcee62167608c8bf848b75d1c83256da2 (patch) | |
tree | 7ac412431bc470aa9ff3fe21265608896f46406f | |
parent | c13ef5b380b5094094a9587561070eee93a5d82c (diff) | |
download | aur-549697bdcee62167608c8bf848b75d1c83256da2.tar.gz |
Update to 0.9.9-1
* Upstream changelog:
* Delete option R_vsplit.
* New options: R_min_editor_width and R_wait_reply, Rtools_path, R_remote_tmpdir, R_nvimcom_home, R_paragraph_begin.
* Rename option R_ca_ck as R_clear_line
* Change in \pp behavior.
* Minor bug fixes.
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Wed Apr 19 02:29:50 UTC 2017 +# Sat Apr 22 22:24:41 UTC 2017 pkgbase = nvim-r pkgdesc = Vim plugin to work with R - pkgver = 0.9.8 - pkgrel = 2 + pkgver = 0.9.9 + pkgrel = 1 url = https://github.com/jalvesaq/nvim-r install = nvim-r.install arch = any @@ -16,8 +16,8 @@ pkgbase = nvim-r conflicts = vim-r conflicts = r-vimcom replaces = vim-r - source = https://github.com/jalvesaq/Nvim-R/archive/v0.9.8.tar.gz - sha256sums = ceaebd2f725318cda029b2194b9ba01594db50755b1feb35b64782342c173520 + source = https://github.com/jalvesaq/Nvim-R/archive/v0.9.9.tar.gz + sha256sums = 6890acb5013c961ff5b9b99a35ffe4819e4e03dc007fecfd91cbcc55a1946af0 pkgname = nvim-r @@ -1,8 +1,8 @@ # Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros> pkgname=nvim-r -pkgver=0.9.8 -pkgrel=2 +pkgver=0.9.9 +pkgrel=1 pkgdesc="Vim plugin to work with R" arch=('any') url="https://github.com/jalvesaq/${pkgname}" @@ -16,7 +16,7 @@ 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=('ceaebd2f725318cda029b2194b9ba01594db50755b1feb35b64782342c173520') +sha256sums=('6890acb5013c961ff5b9b99a35ffe4819e4e03dc007fecfd91cbcc55a1946af0') package() { cd "Nvim-R-${pkgver}" |