[arch-commits] Commit in vim-ale/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Thu Sep 30 08:56:55 UTC 2021


    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 <caleb at alerque.com>
 # Contributor: David Thurstenson <thurstylark at gmail.com>
 
 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')



More information about the arch-commits mailing list