mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/neovim to 0.3.5-1
This commit is contained in:
parent
5fdb365ef6
commit
eda787f0b4
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - -DENABLE_LTO=OFF
|
||||
|
||||
pkgname=neovim
|
||||
pkgver=0.3.4
|
||||
pkgrel=2
|
||||
pkgver=0.3.5
|
||||
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=('python2-neovim: for Python 2 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}.tar.gz)
|
||||
sha512sums=('fbf22ccffbb36c082bfe9a66b3d0180a78581102732a44ab7a5417aef517c88b69406491854613a1cf347ddab6fc6e277f959887556d2c0068cf181e4d88c36b')
|
||||
sha512sums=('8e7c14df59fdcb0eb03a2dbed5d56ae3b1eadb9aac805e69da03f7e964936721abf6c04ca6bf91d10b4451030f4440814ac445b58a0b06d11c7f6663c1b22019')
|
||||
install=neovim.install
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue