From 527884d105f155e90823e274bdf09de0d65340da Mon Sep 17 00:00:00 2001 From: kth5 Date: Sun, 15 Dec 2024 23:27:39 +0100 Subject: [PATCH] * update vim to 9.1.0866-2 --- vim/.SRCINFO | 14 +++++++------- vim/PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/vim/.SRCINFO b/vim/.SRCINFO index 0d72191a66..b78078be50 100644 --- a/vim/.SRCINFO +++ b/vim/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = vim pkgdesc = Vi Improved, a highly configurable, improved version of the vi text editor - pkgver = 9.1.0785 - pkgrel = 1 + pkgver = 9.1.0866 + pkgrel = 2 url = https://www.vim.org arch = x86_64 arch = powerpc64le @@ -23,18 +23,18 @@ pkgbase = vim makedepends = ruby makedepends = tcl makedepends = zlib - source = git+https://github.com/vim/vim.git?signed#tag=v9.1.0785 + source = git+https://github.com/vim/vim.git?signed#tag=v9.1.0866 source = vimrc source = archlinux.vim source = vimdoc.hook validpgpkeys = 4F19708816918E19AAE19DEEF3F92DA383FDDE09 - sha256sums = 66ef11341a70a50051bb78c3bf02c013136368ea1ca85f79ab13b4c5b56896d4 + sha256sums = 332dbcdc2cb29e1d025049cfc6dba6f0ec4cd58f71034eb62bbb06d23ccaea04 sha256sums = b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b sha256sums = cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972 sha256sums = 8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae pkgname = vim - depends = vim-runtime=9.1.0785-1 + depends = vim-runtime=9.1.0866-2 depends = gpm depends = acl depends = glibc @@ -54,7 +54,7 @@ pkgname = vim pkgname = gvim pkgdesc = Vi Improved, a highly configurable, improved version of the vi text editor (with advanced features, such as a GUI) - depends = vim-runtime=9.1.0785-1 + depends = vim-runtime=9.1.0866-2 depends = gpm depends = libxt depends = gtk3 @@ -67,7 +67,7 @@ pkgname = gvim optdepends = lua: Lua language support optdepends = perl: Perl language support optdepends = tcl: Tcl language support - provides = vim=9.1.0785-1 + provides = vim=9.1.0866-2 provides = xxd provides = vim-plugin-runtime conflicts = vim-minimal diff --git a/vim/PKGBUILD b/vim/PKGBUILD index 33b0aa9a0d..b18dced3e5 100644 --- a/vim/PKGBUILD +++ b/vim/PKGBUILD @@ -12,9 +12,9 @@ pkgbase=vim pkgname=('vim' 'gvim' 'vim-runtime') -pkgver=9.1.0785 +pkgver=9.1.0866 _versiondir=91 -pkgrel=1 +pkgrel=2 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor' url='https://www.vim.org' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) @@ -39,7 +39,7 @@ source=(git+https://github.com/vim/vim.git?signed#tag=v${pkgver} vimrc archlinux.vim vimdoc.hook) -sha256sums=('66ef11341a70a50051bb78c3bf02c013136368ea1ca85f79ab13b4c5b56896d4' +sha256sums=('332dbcdc2cb29e1d025049cfc6dba6f0ec4cd58f71034eb62bbb06d23ccaea04' 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b' 'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972' '8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')