diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template index e2f7207a51a..87715bdbc9f 100644 --- a/srcpkgs/vim/template +++ b/srcpkgs/vim/template @@ -1,7 +1,7 @@ # Template file for 'vim' pkgname=vim -version=9.0.1321 -revision=2 +version=9.0.1562 +revision=1 create_wrksrc=required hostmakedepends="gettext glib-devel pkg-config" makedepends="acl-devel ncurses-devel @@ -14,10 +14,8 @@ short_desc="Vim editor (vi clone)" maintainer="Leah Neukirchen " license="Vim" homepage="https://www.vim.org" -distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz - https://www.drchip.org/astronaut/vim/syntax/sh.vim.gz" -checksum="8334f08acbd351c27af6d191d8215c8402ceb4ebda51a1dc5c8144f45418df0f - 7da50517fb9f6ae4c35789e75ab44dedeca7e1364ec325e3501578d8102d515d" +distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz" +checksum=0fe8a81cebd218fb951e6a46daa342d57181b46f9be8af50aa28397c52a24d5c python_version=3 build_options="x11 gtk3 huge" @@ -37,8 +35,6 @@ alternatives="vim:vim:/usr/bin/vim-normal" pre_configure() { local f - # https://github.com/vim/vim/issues/11977 - cp sh.vim vim-${version}/runtime/syntax/sh.vim for f in vim-normal ${_subdirs}; do rm -rf ${f} cp -r vim-${version} ${f}