vim: add some new dependencies
vim links against msys-perl5_36.dll and msys-perl5_36.dll now, so make that explicit.
This commit is contained in:
@@ -11,10 +11,10 @@ pkgdesc='Vi Improved, a highly configurable, improved version of the vi text edi
|
||||
arch=('i686' 'x86_64')
|
||||
license=('custom:vim')
|
||||
url="https://www.vim.org"
|
||||
depends=('ncurses' 'libiconv' 'libintl')
|
||||
depends=('ncurses' 'libiconv' 'libintl', 'libcrypt', 'perl')
|
||||
groups=('editors')
|
||||
makedepends=('gawk' 'perl-devel' 'python-devel' 'ruby' 'ncurses-devel' 'autotools' 'gcc'
|
||||
'libiconv-devel' 'gettext-devel') # To satisfy python3/dyn feature #3052
|
||||
'libiconv-devel' 'gettext-devel' 'libcrypt-devel') # To satisfy python3/dyn feature #3052
|
||||
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}/${pkgbase}-{pkgver}.tar.gz
|
||||
'dot.vimrc'
|
||||
'7.3-cygwin-mouse.patch'
|
||||
|
||||
Reference in New Issue
Block a user