mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/neovim to 0.4.4-1
This commit is contained in:
parent
e552405ecf
commit
6331737f95
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - -DENABLE_LTO=OFF
|
||||
|
||||
pkgname=neovim
|
||||
pkgver=0.4.3
|
||||
pkgrel=3
|
||||
pkgver=0.4.4
|
||||
pkgrel=1
|
||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||
arch=('x86_64')
|
||||
url='https://neovim.io'
|
||||
|
@ -21,7 +21,7 @@ optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
|
|||
'xsel: for clipboard support on X11 (or xclip) (see :help clipboard)'
|
||||
'wl-clipboard: for clipboard support on wayland (see :help clipboard)')
|
||||
source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('e13853fa296eda8618f389c71b6cbbd6f01d561615e80cc92959131dd10e395b1c6732a7d9ef6dbb9fe3ea9da4c11485b464547e2d46b22e59b8a20214e861f5')
|
||||
sha512sums=('ca5c2fe1784ac7b0d2117948ba2e9ae5d94e36d22ff9e0967047e1e03e605537672d85543897af335103215ad462c86962f25267d352a77d61bc3d1cafb3c183')
|
||||
|
||||
build() {
|
||||
cmake -Hneovim-${pkgver} -Bbuild -GNinja \
|
||||
|
|
Loading…
Reference in a new issue