upgpkg: neovim-bin 0.6.0-2
Update shasum
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=neovim-bin
|
||||
pkgver=0.6.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||
arch=('x86_64')
|
||||
url='https://neovim.io'
|
||||
@@ -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")
|
||||
sha512sums=('4b86c4f876629207a4ca8aff6853287cc7dc8a9133aa750b48bb9b7450cce357b97971eb85faf58eb0b9f3f20a927a5dcf5fd06e541ba7e882ccc4db33c12d6c')
|
||||
sha256sum=('9a7f72e25747c3839f2c8978ef4f902aada0c60ad4b5ff0cb8b9d4c1f0b35586')
|
||||
|
||||
prepare() {
|
||||
tar xvf nvim-linux64.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user