summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2021-04-30 09:25:41 +1000
committerRhinoceros2021-04-30 09:25:41 +1000
commit5057a340db81138466ff3dc19f2879e4316e497f (patch)
tree5c33ada57b72b7c47f22b79f490b0d8735a7fa48
parent89c45d6ba3e85ac2f96ff068003d06afd0277e3d (diff)
downloadaur-5057a340db81138466ff3dc19f2879e4316e497f.tar.gz
Update to 0.9.16-1
* Upstream changelog: * Minor bug fixes. * New options: R_omni_size and R_omni_tmp_file.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66b596110d3a..860a3e744b72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nvim-r
pkgdesc = Vim plugin to work with R
- pkgver = 0.9.15
+ pkgver = 0.9.16
pkgrel = 1
url = https://github.com/jalvesaq/nvim-r
install = nvim-r.install
@@ -15,8 +15,8 @@ pkgbase = nvim-r
conflicts = vim-r
conflicts = r-vimcom
replaces = vim-r
- source = nvim-r-0.9.15.tar.gz::https://github.com/jalvesaq/Nvim-R/archive/v0.9.15.tar.gz
- sha256sums = 7f06b79d92a045f35b5bbd6fef96b3371b58b66301ddcf70a9129f75e94bfc61
+ source = nvim-r-0.9.16.tar.gz::https://github.com/jalvesaq/Nvim-R/archive/v0.9.16.tar.gz
+ sha256sums = 52ce6a161cfc17b0a9ade43831e5246a37d1cd29d4c63f101113e5fa4c02bcee
pkgname = nvim-r
diff --git a/PKGBUILD b/PKGBUILD
index 092af76274ec..1bbcd883d76f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=nvim-r
-pkgver=0.9.15
+pkgver=0.9.16
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=('7f06b79d92a045f35b5bbd6fef96b3371b58b66301ddcf70a9129f75e94bfc61')
+sha256sums=('52ce6a161cfc17b0a9ade43831e5246a37d1cd29d4c63f101113e5fa4c02bcee')
package() {
cd "Nvim-R-${pkgver}"