mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/neovim to 0.8.3-1
This commit is contained in:
parent
5c0af6f136
commit
63bfa779ab
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
# - -DENABLE_LTO=OFF
|
||||
|
||||
pkgname=neovim
|
||||
pkgver=0.8.2
|
||||
pkgver=0.8.3
|
||||
pkgrel=1
|
||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||
arch=('x86_64')
|
||||
|
@ -21,9 +21,8 @@ optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
|
|||
'xclip: for clipboard support on X11 (or xsel) (see :help clipboard)'
|
||||
'xsel: for clipboard support on X11 (or xclip) (see :help clipboard)'
|
||||
'wl-clipboard: for clipboard support on wayland (see :help clipboard)')
|
||||
options=('debug')
|
||||
source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('f6c9ad09618c9f8ebb4fe522f55fd3381cc4b6d079d912a0d2ef6ca5f48ed6c4c66805c14695469e2b3d2be2266a9b60e5fc698116cd655fd92ef0f4705fdbb2')
|
||||
sha512sums=('0ecf60b564a323eb95eb2e67f7dc7e1c1e7bfc70b08466a66eb668d1b75a7362ca42901cd5a64fda22292375e2921ba61c299ac846f820ac146dc55426813eb8')
|
||||
|
||||
build() {
|
||||
cmake \
|
||||
|
|
Loading…
Reference in a new issue