summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2017-04-23 08:24:55 +1000
committerRhinoceros2017-04-23 08:24:55 +1000
commit549697bdcee62167608c8bf848b75d1c83256da2 (patch)
tree7ac412431bc470aa9ff3fe21265608896f46406f /PKGBUILD
parentc13ef5b380b5094094a9587561070eee93a5d82c (diff)
downloadaur-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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3ef61bd8cb2..bbe6c19d32fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"