[arch-commits] Commit in vim-ale/repos/community-any (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Sat Mar 5 11:31:34 UTC 2022


    Date: Saturday, March 5, 2022 @ 11:31:34
  Author: alerque
Revision: 1142163

archrelease: copy trunk to community-any

Added:
  vim-ale/repos/community-any/PKGBUILD
    (from rev 1142162, vim-ale/trunk/PKGBUILD)
Deleted:
  vim-ale/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-05 11:31:16 UTC (rev 1142162)
+++ PKGBUILD	2022-03-05 11:31:34 UTC (rev 1142163)
@@ -1,35 +0,0 @@
-# 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=2
-pkgdesc='Asynchronous Lint Engine with Language Server Protocol (LSP) support'
-url='https://github.com/dense-analysis/ale'
-arch=('any')
-license=('BSD')
-depends=('vim-plugin-runtime')
-optdepends=('shellcheck: for sh/bash support'
-            'flake8: for python support')
-makedepends=('git')
-groups=('vim-plugins')
-source=("git+${url}.git#commit=${_gitcommit}?signed")
-sha512sums=('SKIP')
-validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be true to yourself) <devw0rp at gmail.com>
-
-pkgver() {
-  cd ale
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-package() {
-  cd ale
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
-  cp -dr --no-preserve=ownership {ale_linters,autoload,doc,ftplugin,plugin,syntax} \
-    "${pkgdir}/usr/share/vim/vimfiles"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-ale/repos/community-any/PKGBUILD (from rev 1142162, vim-ale/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-05 11:31:34 UTC (rev 1142163)
@@ -0,0 +1,35 @@
+# 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=560e6340ce10ce90fac587096fb147eea43e624d
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Asynchronous Lint Engine with Language Server Protocol (LSP) support'
+url='https://github.com/dense-analysis/ale'
+arch=('any')
+license=('BSD')
+depends=('vim-plugin-runtime')
+optdepends=('shellcheck: for sh/bash support'
+            'flake8: for python support')
+makedepends=('git')
+groups=('vim-plugins')
+source=("git+${url}.git#commit=${_gitcommit}?signed")
+sha512sums=('SKIP')
+validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be true to yourself) <devw0rp at gmail.com>
+
+pkgver() {
+  cd ale
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd ale
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
+  cp -dr --no-preserve=ownership {ale_linters,autoload,doc,ftplugin,plugin,syntax} \
+    "${pkgdir}/usr/share/vim/vimfiles"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list