mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/neovim to 0.7.2-1
This commit is contained in:
parent
fb5ed2dd64
commit
bb74b5b1fa
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.7.1
|
pkgver=0.7.2
|
||||||
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')
|
||||||
|
@ -23,7 +23,7 @@ optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
|
||||||
'wl-clipboard: for clipboard support on wayland (see :help clipboard)')
|
'wl-clipboard: for clipboard support on wayland (see :help clipboard)')
|
||||||
options=(debug)
|
options=(debug)
|
||||||
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=('ebb76b722b77218234fe99a6ede0414eebd4a371dc792288b3a26ff1c5afbc9d8bce314d7c4f637b59c05ca12159680dafe7ac2c35532187cde56d7dd2801eba')
|
sha512sums=('04d0fa5b23018531b70b53271821bf6944cde1bcec2210b99f5888e1339cd38f57feaa8e40874a3a504930e6614980947f31852185cbcd2ce106a0867896dd79')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export PKG_CONFIG_PATH="/usr/lib/libvterm01/pkgconfig:$PKG_CONFIG_PATH"
|
export PKG_CONFIG_PATH="/usr/lib/libvterm01/pkgconfig:$PKG_CONFIG_PATH"
|
||||||
|
|
Loading…
Reference in a new issue