summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEklektisk2021-10-14 21:58:09 -0400
committerEklektisk2021-10-14 21:58:09 -0400
commitb8538c69b1cf136934259c8d4c96b283578fca54 (patch)
treef12f53db3347de50f67d3cd66afce65bd82ca608
parent3c167aa4c9218a103ed3c900fdce71d35067f2f2 (diff)
downloadaur-b8538c69b1cf136934259c8d4c96b283578fca54.tar.gz
Updated .SRCINFO with correct information
Forgot to updated .SRCINFO with the new information in regards to Neovim 0.5.1, and have done so in this commit
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d5c33327048..cf84c22ea34e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nvim-with-restricted-mode
pkgdesc = Neovim with restricted mode patch
- pkgver = 0.5.0.r1.af6ee44
- pkgrel = 1
+ pkgver = 0.5.1.r2.af6ee44
+ pkgrel = 2
url = https://neovim.io
arch = x86_64
license = custom:neovim
@@ -27,9 +27,9 @@ pkgbase = nvim-with-restricted-mode
conflicts = neovim
conflicts = neovim-git
backup = etc/xdg/nvim/sysinit.vim
- source = https://github.com/neovim/neovim/archive/v0.5.0/nvim-with-restricted-mode-0.5.0.tar.gz
- source = https://raw.githubusercontent.com/Eklektisk/nvim-restricted-mode-patch/master/restore_restricted_mode.patch
- sha512sums = f6649f804faabb4104d3b28283932e40358c23990961f4ca7b380089318da312e59242746cee06387f4d881dd6514abbfec79c4063482383adfb4106e9e7a3a4
+ source = https://github.com/neovim/neovim/archive/v0.5.1/nvim-with-restricted-mode-0.5.1.tar.gz
+ source = restore_restricted_mode.patch
+ sha512sums = a5a976c4998e821e0d9a9038d3f0c9e7c424a951f6bfc6d75898916d6a004ac668f31a34c3472fc4fca6b1d9652ac662b06780dd04dc6a77ecdc81564ec05709
sha512sums = SKIP
pkgname = nvim-with-restricted-mode
diff --git a/PKGBUILD b/PKGBUILD
index a498794aff5b..57ff0d8bbb8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgbasever=0.5.1
pkgname=nvim-with-restricted-mode
-pkgver=0.5.1.r1.af6ee44
-pkgrel=1
+pkgver=0.5.1.r2.af6ee44
+pkgrel=2
pkgdesc="Neovim with restricted mode patch"
arch=('x86_64')
url='https://neovim.io'