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'