update to 12.4-systemd: vim-9.1.1629

This commit is contained in:
2025-12-22 04:58:03 -05:00
parent b545a3a452
commit 2474b58069

View File

@@ -1,5 +1,5 @@
pkgname=vim
pkgver=9.1.1166
pkgver=9.1.1629
_versiondir=91
pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor'
home='https://www.vim.org'
@@ -7,7 +7,7 @@ arch=('x86_64')
license=('custom:vim')
sources=("${pkgname}-${pkgver}.tar.gz")
urls=("https://github.com/vim/vim/archive/v${pkgver}/${sources[0]}")
md5sums=("718d43ce957ab7c81071793de176c2eb")
md5sums=("4f856c3233c1c4570bc17572e4f9e8e4")
src_prepare() {
tar -xf ${distdir}/${sources[0]} --strip-components=1
@@ -41,6 +41,7 @@ src_build() {
src_check() {
leaf_record_message "Tests require at least 24 lines with 80 characters."
leaf_record_message "Test_write_backup_symlink is known to fail if BUILD_DIR is under /tmp."
chown -R leaf .
sed '/test_plugin_glvs/d' -i src/testdir/Make_all.mak
echo "Testing... May take a while..."