summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2024-03-05 15:17:23 +1100
committerRhinoceros2024-03-05 15:17:23 +1100
commitcb77271f82ca414d7b9ccb3e8203f671742d4cd8 (patch)
tree1970ffcd15030adcbb0cc8d047202c65df3692b7 /PKGBUILD
parenta18b0a2c8980ffb034e213a1ae15b7654439533c (diff)
downloadaur-cb77271f82ca414d7b9ccb3e8203f671742d4cd8.tar.gz
Update to 0.9.20-1
* Upstream changelog: "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 f69b09ab5371..a3e1a254fea4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=nvim-r
-pkgver=0.9.19
+pkgver=0.9.20
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=('749790089e9306ebedf3e59354aa2f455814fa5854399db140b69cf3bee4fe01')
+sha256sums=('4c5daa6539cbe852bd77e3c29e67f1eb019937f22a09023599a6207d3115523a')
package() {
cd "Nvim-R-${pkgver}"