upgpkg: neovim-bin 0.6.0-2

Typo
This commit is contained in:
canony 2021-12-01 13:53:03 +01:00
parent c03f50e710
commit 755d7062d2
2 changed files with 2 additions and 1 deletions

View File

@ -23,5 +23,6 @@ pkgbase = neovim-bin
conflicts = neovim
conflicts = neovim-git
source = https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-linux64.tar.gz
sha256sums = 9a7f72e25747c3839f2c8978ef4f902aada0c60ad4b5ff0cb8b9d4c1f0b35586
pkgname = neovim-bin

View File

@ -18,7 +18,7 @@ optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
'wl-clipboard: for clipboard support on wayland (see :help clipboard)')
conflicts=('neovim' 'neovim-git')
source=("https://github.com/neovim/neovim/releases/download/v${pkgver}/nvim-linux64.tar.gz")
sha256sum=('9a7f72e25747c3839f2c8978ef4f902aada0c60ad4b5ff0cb8b9d4c1f0b35586')
sha256sums=('9a7f72e25747c3839f2c8978ef4f902aada0c60ad4b5ff0cb8b9d4c1f0b35586')
prepare() {
tar xvf nvim-linux64.tar.gz