Date: Sunday, June 26, 2022 @ 17:33:49 Author: svenstaro Revision: 1239536
upgpkg: neovim 0.7.1-1 Modified: neovim/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-26 14:15:40 UTC (rev 1239535) +++ PKGBUILD 2022-06-26 17:33:49 UTC (rev 1239536) @@ -4,8 +4,8 @@ # Contributor: Florian Hahn <[email protected]> pkgname=neovim -pkgver=0.7.0 -pkgrel=3 +pkgver=0.7.1 +pkgrel=1 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs' arch=('x86_64') url='https://neovim.io' @@ -20,7 +20,7 @@ 'wl-clipboard: for clipboard support on wayland (see :help clipboard)') options=(debug) source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('3597c54fb925a4d607bca9ba0fdb37df90ecb816da99f52baf46cc2ec79727a55048ba1d8d22c8e7d61f0e8e35546326b1d0d15c0a91de8bf5bc529c45fb1ce0') +sha512sums=('ebb76b722b77218234fe99a6ede0414eebd4a371dc792288b3a26ff1c5afbc9d8bce314d7c4f637b59c05ca12159680dafe7ac2c35532187cde56d7dd2801eba') build() { export PKG_CONFIG_PATH="/usr/lib/libvterm01/pkgconfig:$PKG_CONFIG_PATH"
