mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/neovim to 0.3.3-1
This commit is contained in:
parent
c4ef6e5146
commit
925db9728e
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - -DENABLE_LTO=OFF
|
||||
|
||||
pkgname=neovim
|
||||
pkgver=0.3.2
|
||||
pkgver=0.3.3
|
||||
pkgrel=1
|
||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||
arch=('x86_64')
|
||||
|
@ -19,7 +19,7 @@ optdepends=('python2-neovim: for Python 2 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}.tar.gz)
|
||||
sha512sums=('1192d9330da3ab543dcb39bdff517637c7a52be558ad07a60de27bbf051432064edc230b46ddd9cdcae006ba1340550128e4d4ced7105f1aab57b13c2c4479ae')
|
||||
sha512sums=('2e2910e0dafdff69d2d9f54376c6d7c64e0f172bda02f85281fe6e694e7d81365e682793e454a0ca6f6c1b8a4ed9120bbfe574afa1fd0e6368e06af743d7d147')
|
||||
install=neovim.install
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue