Date: Thursday, September 30, 2021 @ 08:56:54 Author: alerque Revision: 1026092
upgpkg: vim-ale 3.1.0-2; Depend on vim-plugin-runtime not vim, fixes FS#65616 Modified: vim-ale/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-30 08:35:14 UTC (rev 1026091) +++ PKGBUILD 2021-09-30 08:56:54 UTC (rev 1026092) @@ -1,15 +1,16 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Maintainer: Caleb Maclennan <[email protected]> # Contributor: David Thurstenson <[email protected]> pkgname=vim-ale _gitcommit=388cf3374312b05122151bc68691bf09a69ff840 pkgver=3.1.0 -pkgrel=1 +pkgrel=2 pkgdesc='Asynchronous Lint Engine with Language Server Protocol (LSP) support' url='https://github.com/dense-analysis/ale' arch=('any') license=('BSD') -depends=('vim') +depends=('vim-plugin-runtime') optdepends=('shellcheck: for sh/bash support' 'flake8: for python support') makedepends=('git')
