mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/neovim to 0.6.1-1
This commit is contained in:
parent
6d6346cfbb
commit
c28e55f37b
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
# Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
|
# Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
|
||||||
|
# Maintainer: Caleb Maclennan <caleb@alerque.com>
|
||||||
# Contributor: Florian Walch <florian+aur@fwalch.com>
|
# Contributor: Florian Walch <florian+aur@fwalch.com>
|
||||||
# Contributor: Florian Hahn <flo@fhahn.com>
|
# Contributor: Florian Hahn <flo@fhahn.com>
|
||||||
|
|
||||||
|
@ -6,7 +7,7 @@
|
||||||
# - -DENABLE_LTO=OFF
|
# - -DENABLE_LTO=OFF
|
||||||
|
|
||||||
pkgname=neovim
|
pkgname=neovim
|
||||||
pkgver=0.6.0
|
pkgver=0.6.1
|
||||||
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')
|
||||||
|
@ -21,7 +22,7 @@ optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
|
||||||
'xsel: for clipboard support on X11 (or xclip) (see :help clipboard)'
|
'xsel: for clipboard support on X11 (or xclip) (see :help clipboard)'
|
||||||
'wl-clipboard: for clipboard support on wayland (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")
|
source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||||
sha512sums=('c007d076fb89288fe0496fa243fc6f485b0b33120c96b0bf37d8fe6469c672eb641fefbc3f7262ec726e40910c44d37ff7efb1723c05ba920ff6ae512b1d43e6')
|
sha512sums=('399489f6aaabec2a89b695b22dcd860149acaad723372cced0b4d2cdae464e2db5758372b9123cd0d2a683e0ea42b871935eb85e550cecce620d896691cfda53')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd neovim-${pkgver}
|
cd neovim-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue