mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/neovim to 0.4.2-1
This commit is contained in:
parent
b3500b5174
commit
b9a9116106
1 changed files with 3 additions and 3 deletions
|
@ -6,20 +6,20 @@
|
|||
# - -DENABLE_LTO=OFF
|
||||
|
||||
pkgname=neovim
|
||||
pkgver=0.3.8
|
||||
pkgver=0.4.2
|
||||
pkgrel=1
|
||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||
arch=('x86_64')
|
||||
url='https://neovim.io'
|
||||
backup=('etc/xdg/nvim/sysinit.vim')
|
||||
license=('custom:neovim')
|
||||
depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 'luajit')
|
||||
depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 'luajit' 'libluv')
|
||||
makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
|
||||
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=('431d3df859b430570e3f927328b862945a15b1ac041108599670d32af6cccac9361a143fc6af27847529629a43a5e0a0afd98b1c826d4ee1e7570de3cf14f9c7')
|
||||
sha512sums=('cc0de18ee7ca5105a0dd9f5f06b4d58335618b22c4dc3d584a024683785ff9d541c7f5131742b8a818ac9acb2218da92f9b8a881d56c4b963237918e589fac22')
|
||||
|
||||
build() {
|
||||
cmake -Hneovim-${pkgver} -Bbuild -GNinja \
|
||||
|
|
Loading…
Reference in a new issue