mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/neovim to 0.3.8-1
This commit is contained in:
parent
2007baa712
commit
7413afe274
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - -DENABLE_LTO=OFF
|
||||
|
||||
pkgname=neovim
|
||||
pkgver=0.3.7
|
||||
pkgrel=3
|
||||
pkgver=0.3.8
|
||||
pkgrel=1
|
||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||
arch=('x86_64')
|
||||
url='https://neovim.io'
|
||||
|
@ -19,7 +19,7 @@ optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
|
|||
'xclip: for clipboard support (or xsel) (see :help clipboard)'
|
||||
'xsel: for clipboard support (or xclip) (see :help clipboard)')
|
||||
source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('1d770a4643a44da65f0a03c90e18e89f337b16ec3eca20dbffa21bcab10c836062ef82974437b64bd766f7b07317cd3dc8e3e72b9d5d0911b1d4f2c528cd20c2')
|
||||
sha512sums=('431d3df859b430570e3f927328b862945a15b1ac041108599670d32af6cccac9361a143fc6af27847529629a43a5e0a0afd98b1c826d4ee1e7570de3cf14f9c7')
|
||||
|
||||
build() {
|
||||
cmake -Hneovim-${pkgver} -Bbuild -GNinja \
|
||||
|
|
Loading…
Reference in a new issue