Compare commits

...
2 Commits
Author SHA1 Message Date
EnumDev 18ba143c9d Update package version to 9.2.0068 2026-02-27 22:05:13 +02:00
EnumDev 70e8f5cff8 Rebuild without tcl 2026-02-26 14:27:44 +02:00
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: vim name: vim
description: A highly configurable text editor description: A highly configurable text editor
version: 9.2.0033 version: 9.2.0068
revision: 1 revision: 1
url: https://www.vim.org/ url: https://www.vim.org/
license: vim license: vim
@@ -37,4 +37,4 @@ downloads:
- url: https://github.com/vim/vim/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz - url: https://github.com/vim/vim/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: 92330166fa9ac4d3280c5b167d5b0bcd8b28819fedd194764e945665ef7205a6 checksum: e724f2877da039b102ed90c781ea7873372eee1cf1c29ebf5e04423f93517281
+2 -1
View File
@@ -36,7 +36,8 @@ build() {
--enable-rubyinterp=dynamic \ --enable-rubyinterp=dynamic \
--enable-luainterp=dynamic \ --enable-luainterp=dynamic \
--enable-tclinterp=dynamic \ --enable-tclinterp=dynamic \
--disable-canberra --disable-canberra \
--disable-tclinterp
make make
} }