Skip to content

Commit

Permalink
vim: Update to 9.1.0740
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 3, 2024
1 parent 338ce85 commit 0c8b60e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vim/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=vim
_topver=9.1
_patchlevel=0707
_patchlevel=0740
_versiondir="${pkgname}${_topver//./}"
pkgver=${_topver}.${_patchlevel}
pkgrel=1
Expand All @@ -21,15 +21,15 @@ depends=('ncurses' 'libiconv' 'libintl' 'libxcrypt' 'perl')
groups=('editors')
makedepends=('gawk' 'perl-devel' 'python-devel' 'ruby' 'ncurses-devel' 'autotools' 'gcc'
'libiconv-devel' 'gettext-devel' 'libxcrypt-devel') # To satisfy python3/dyn feature #3052
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}/${pkgbase}-{pkgver}.tar.gz
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
'dot.vimrc'
'7.3-cygwin-mouse.patch'
'7.3-virc.patch'
'7.3-cygwin-python-dyn.patch'
'pretend-cygwin-msys.patch'
'accept-crlf.patch'
'vim-completion')
sha256sums=('859fadc6d3c391d2ba4a5dff71cd81adbd2fdf20e5690b17ff1ea07905adccd6'
sha256sums=('aeb72ce9596c6e2bca06c2e48c98841ba3022e769a51955b6ea5e632e4ea5be7'
'edd18e0756406ee7b659e4552e444c50c3a0c1e9fb4fce2ddd770c933ea6c7f5'
'bca6e030d50c0d2468ab5c78aa0b359eb18a88a197de8406c593458ffedde922'
'44d7738a8f801195898eeef766ff77506c717dd5d19145ade3c1c2349d4bc4fd'
Expand Down

0 comments on commit 0c8b60e

Please sign in to comment.