T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / vim
Commits:
b2cf6321 by T.J. Townsend at 2026-02-16T15:00:31-05:00
upgpkg: 9.2.0010-1: update to 9.2.0010
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = vim
pkgdesc = Vi Improved, a highly configurable, improved version of the
vi text editor
- pkgver = 9.1.2132
+ pkgver = 9.2.0010
pkgrel = 1
url = https://www.vim.org
arch = x86_64
@@ -19,18 +19,18 @@ pkgbase = vim
makedepends = ruby
makedepends = tcl
makedepends = zlib
- source = git+https://github.com/vim/vim.git?signed#tag=v9.1.2132
+ source = git+https://github.com/vim/vim.git?signed#tag=v9.2.0010
source = vimrc
source = archlinux.vim
source = vimdoc.hook
validpgpkeys = 4F19708816918E19AAE19DEEF3F92DA383FDDE09
- sha256sums =
635467094ac4601af5967ea9bf3b89c4ea7c5f31a069cb994eab5faa1384cda1
+ sha256sums =
3469934a4700c767010ad35982a6a147d754d7cdbb6345d12586ee1afe7949af
sha256sums =
b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b
sha256sums =
cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972
sha256sums =
8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae
pkgname = vim
- depends = vim-runtime=9.1.2132-1
+ depends = vim-runtime=9.2.0010-1
depends = gpm
depends = acl
depends = glibc
@@ -50,7 +50,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.2132-1
+ depends = vim-runtime=9.2.0010-1
depends = gpm
depends = libxt
depends = gtk3
@@ -63,7 +63,7 @@ pkgname = gvim
optdepends = lua: Lua language support
optdepends = perl: Perl language support
optdepends = tcl: Tcl language support
- provides = vim=9.1.2132-1
+ provides = vim=9.2.0010-1
provides = xxd
provides = vim-plugin-runtime
conflicts = vim-minimal
=====================================
PKGBUILD
=====================================
@@ -11,8 +11,8 @@
pkgbase=vim
pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=9.1.2132
-_versiondir=91
+pkgver=9.2.0010
+_versiondir=92
pkgrel=1
pkgdesc='Vi Improved, a highly configurable, improved version of the vi text
editor'
url='https://www.vim.org'
@@ -38,7 +38,7 @@
source=(git+https://github.com/vim/vim.git?signed#tag=v${pkgver}
vimrc
archlinux.vim
vimdoc.hook)
-sha256sums=('635467094ac4601af5967ea9bf3b89c4ea7c5f31a069cb994eab5faa1384cda1'
+sha256sums=('3469934a4700c767010ad35982a6a147d754d7cdbb6345d12586ee1afe7949af'
'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
'8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vim/-/commit/b2cf63210fe46fffb87d1c9ef940a6496a553cd7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vim/-/commit/b2cf63210fe46fffb87d1c9ef940a6496a553cd7
You're receiving this email because of your account on gitlab.archlinux.org.