mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/neovim to 0.6.0-1
This commit is contained in:
parent
2bccbe70be
commit
67c8f58fdc
1 changed files with 4 additions and 13 deletions
|
@ -6,8 +6,8 @@
|
|||
# - -DENABLE_LTO=OFF
|
||||
|
||||
pkgname=neovim
|
||||
pkgver=0.5.1
|
||||
pkgrel=2
|
||||
pkgver=0.6.0
|
||||
pkgrel=1
|
||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||
arch=('x86_64')
|
||||
url='https://neovim.io'
|
||||
|
@ -20,17 +20,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)')
|
||||
source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
|
||||
'0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch')
|
||||
sha512sums=('a5a976c4998e821e0d9a9038d3f0c9e7c424a951f6bfc6d75898916d6a004ac668f31a34c3472fc4fca6b1d9652ac662b06780dd04dc6a77ecdc81564ec05709'
|
||||
'0771c9d141bc4253f8750b5ffdd8f4768cb8b2cefd70c2ae23c95bc659d598c91c15e94da58198fa1fb883d15984cafcf2d6e94c81c3892ce9f6e286854af184')
|
||||
|
||||
prepare() {
|
||||
cd neovim-${pkgver}
|
||||
|
||||
# https://github.com/neovim/neovim/issues/16238
|
||||
patch -Np1 -i ../0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch
|
||||
}
|
||||
source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('c007d076fb89288fe0496fa243fc6f485b0b33120c96b0bf37d8fe6469c672eb641fefbc3f7262ec726e40910c44d37ff7efb1723c05ba920ff6ae512b1d43e6')
|
||||
|
||||
build() {
|
||||
cd neovim-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue