summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2020-06-02 09:20:21 +1000
committerRhinoceros2020-06-02 09:20:21 +1000
commitdb25499706c5293ba7674dcee40980e555353601 (patch)
tree2bb445bb53c079c091f65b1037218f4633be68ab /PKGBUILD
parent6a7e41d317b6dec70f1a99bb6f72ac082b97e9d9 (diff)
downloadaur-db25499706c5293ba7674dcee40980e555353601.tar.gz
Update to 0.9.14-1
* Upstream changelog: * New command \su (send all lines above the current one). * New command \m (send lines from motion command). * New option: R_disable_cmds. * New option: R_after_ob_open. * R_after_start is a list now. * Recommend Visidata and delete option R_csv_warn. * Delete command triggered by `<LocalLeader>tp`. * Delete options R_args_in_stline, R_sttline_fmt, R_show_args, R_complete and Rtools_path. * Limited support for debugging R functions.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26ea99ac44e0..f4e2af3d910a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=nvim-r
-pkgver=0.9.13
+pkgver=0.9.14
pkgrel=1
pkgdesc="Vim plugin to work with R"
arch=('any')
@@ -17,7 +17,7 @@ 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=('d4d132f2780b3bde8d0bfccb90c165c5beb8c22f44b3a977b0e43acd9f19e867')
+sha256sums=('b4b616e8dace0c3c006467f6471c9805ed8754beb1b8aaeedad952b3eb0f25e8')
package() {
cd "Nvim-R-${pkgver}"