vim: update to 8.2.1666.
This commit is contained in:
parent
f5dd50f09f
commit
16becb473f
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'vim'
|
||||
pkgname=vim
|
||||
version=8.2.1095
|
||||
version=8.2.1666
|
||||
revision=1
|
||||
hostmakedepends="gettext glib-devel pkg-config"
|
||||
makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
|
||||
|
@ -11,7 +11,7 @@ maintainer="Neel Chotai <neel@chot.ai>"
|
|||
license="Vim"
|
||||
homepage="https://www.vim.org"
|
||||
distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz"
|
||||
checksum=d33a7229e2ec7f96dd8ae496f64a58712e1d76637ad30730ce1a14655b4d2cef
|
||||
checksum=e9ff1995daf8817b37e94029382b21a2f1b80b90542027ec81a81f0fd0214850
|
||||
python_version=3
|
||||
|
||||
subpackages="xxd vim-common vim-x11 gvim"
|
||||
|
@ -112,7 +112,6 @@ do_install() {
|
|||
vim-common_package() {
|
||||
short_desc+=" - common files"
|
||||
depends="xxd"
|
||||
archs=noarch
|
||||
alternatives="
|
||||
vi:ex:/usr/bin/vim
|
||||
vi:ex.1:/usr/share/man/man1/vim.1
|
||||
|
|
Loading…
Reference in a new issue