From 95a23e9c46e0b67155475e26b676aa89267e301c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 3 Jun 2023 18:53:56 +0000 Subject: [PATCH] extra/neovim to 0.9.1-1 --- extra/neovim/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/neovim/PKGBUILD b/extra/neovim/PKGBUILD index e3dcdbf17..21ba0a385 100644 --- a/extra/neovim/PKGBUILD +++ b/extra/neovim/PKGBUILD @@ -7,8 +7,8 @@ # - -DENABLE_LTO=OFF pkgname=neovim -pkgver=0.9.0 -pkgrel=2 +pkgver=0.9.1 +pkgrel=1 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs' arch=('x86_64') url='https://neovim.io' @@ -22,7 +22,7 @@ optdepends=('python-pynvim: for Python plugin support (see :help python)' 'xsel: for clipboard support on X11 (or xclip) (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") -sha512sums=('e42f09f408b83fc34e8f169321e0349d1f851e67a998265c53d2ddb1a4792c3f4777fabe32baf2c7eff7d3745ff60d4a07da542ccd272883f7f4e080b2c9c1bf') +sha512sums=('339efd3d8c1a73aa3b43e8770d6943aeba9e4ce6a3598c0424e388f80759d50b14aa7c60fd435bf2d17997476e06d28b79e7e98670d02ca9ceec031841e8b9b8') build() { cmake \