Date: Monday, December 26, 2022 @ 08:31:04
  Author: alerque
Revision: 1367457

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-26 08:30:45 UTC (rev 1367456)
+++ PKGBUILD    2022-12-26 08:31:04 UTC (rev 1367457)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Caleb Maclennan <ca...@alerque.com>
-# Contributor: David Thurstenson <thurstyl...@gmail.com>
-
-pkgname=vim-ale
-_gitcommit=31010ad1d1358f14c7025168f529a0f6e512138e
-pkgver=3.3.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) <devw...@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 1367456, 
vim-ale/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-26 08:31:04 UTC (rev 1367457)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Caleb Maclennan <ca...@alerque.com>
+# Contributor: David Thurstenson <thurstyl...@gmail.com>
+
+pkgname=vim-ale
+_gitcommit=31010ad1d1358f14c7025168f529a0f6e512138e
+pkgver=3.3.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) <devw...@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:

Reply via email to