summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2021-04-30 09:25:41 +1000
committerRhinoceros2021-04-30 09:25:41 +1000
commit5057a340db81138466ff3dc19f2879e4316e497f (patch)
tree5c33ada57b72b7c47f22b79f490b0d8735a7fa48 /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"