summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2017-09-09 11:08:25 +1000
committerRhinoceros2017-09-09 11:08:25 +1000
commit09cda9a3322b47054224df181202fc7eaed86ef1 (patch)
tree3b0ec9baf3d6c308838d7ce79e9eee1f8e32249e /PKGBUILD
parent549697bdcee62167608c8bf848b75d1c83256da2 (diff)
downloadaur-09cda9a3322b47054224df181202fc7eaed86ef1.tar.gz
Update to 0.9.10-1
* Upstream changelog: * Change command \dt to \td and \pt to \tp. * New default value for R_show_args = 1. * New options: R_hi_fun_paren, R_show_arg_help,R_sttline_fmt and R_set_sttline_cmd. * Minor bug fixes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbe6c19d32fb..decd5c4d53c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=nvim-r
-pkgver=0.9.9
+pkgver=0.9.10
pkgrel=1
pkgdesc="Vim plugin to work with R"
arch=('any')
@@ -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=('6890acb5013c961ff5b9b99a35ffe4819e4e03dc007fecfd91cbcc55a1946af0')
+sha256sums=('50dd4341dfba64286be882eb08fd71a6e91fb930adee7698f280269d930358a3')
package() {
cd "Nvim-R-${pkgver}"