summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2023-11-23 10:08:43 +1100
committerRhinoceros2023-11-23 10:08:43 +1100
commita18b0a2c8980ffb034e213a1ae15b7654439533c (patch)
tree352c2fa2d3998200300ec67130e76d350d4654de /PKGBUILD
parent2cc73b6700309c679b3a7777f4cdf1e4f1e0261a (diff)
downloadaur-a18b0a2c8980ffb034e213a1ae15b7654439533c.tar.gz
Update to 0.9.19-1
* Upstream changelog: "Make TCP connection on Windows work again, and fix minor bugs."
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 387d2145bccc..f69b09ab5371 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=nvim-r
-pkgver=0.9.18
+pkgver=0.9.19
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=('e0e22781bff153920f9e71bfaf2a79b7495a6dab5fb20f32cf683068a42b8711')
+sha256sums=('749790089e9306ebedf3e59354aa2f455814fa5854399db140b69cf3bee4fe01')
package() {
cd "Nvim-R-${pkgver}"