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