From 9652bfd4b9fcd93e4dfb930fa1cafcf362edb105 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 26 Jan 2023 09:38:08 +0100 Subject: [PATCH] vim: add some new dependencies vim links against msys-perl5_36.dll and msys-perl5_36.dll now, so make that explicit. --- vim/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/PKGBUILD b/vim/PKGBUILD index 5b661c8a..23a3703a 100644 --- a/vim/PKGBUILD +++ b/vim/PKGBUILD @@ -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'