mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/neovim to 0.7.2-3
This commit is contained in:
parent
6dc5b947fb
commit
acfe0cfa83
1 changed files with 2 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=neovim
|
||||
pkgver=0.7.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||
arch=('x86_64')
|
||||
url='https://neovim.io'
|
||||
|
@ -36,10 +36,8 @@ build() {
|
|||
cmake \
|
||||
-Bbuild \
|
||||
-GNinja \
|
||||
-DCMAKE_BUILD_TYPE=None \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DUSE_BUNDLED=OFF \
|
||||
-DMIN_LOG_LEVEL=3 \
|
||||
-DENABLE_LTO=OFF \
|
||||
-W no-dev \
|
||||
-S neovim-$pkgver
|
||||
|
|
Loading…
Reference in a new issue