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

2020-09-24 Thread Levente Polyak via arch-commits
Date: Thursday, September 24, 2020 @ 21:30:29
  Author: anthraxx
Revision: 711926

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-24 21:30:25 UTC (rev 711925)
+++ PKGBUILD2020-09-24 21:30:29 UTC (rev 711926)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Thurstenson 
-
-pkgname=vim-ale
-_gitcommit=1428c7b29e50af56f53ee1d587679d97a027dd72
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
-arch=('any')
-license=('BSD')
-depends=('vim')
-optdepends=('shellcheck: for sh/bash support'
-'flake8: for python support')
-makedepends=('git')
-groups=('vim-plugins')
-source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-package() {
-  cd ${pkgname}
-  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 711925, 
vim-ale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-24 21:30:29 UTC (rev 711926)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Thurstenson 
+
+pkgname=vim-ale
+_gitcommit=08295ce17405cb5f6c80d2f726262493bfd21210
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='Asynchronous Lint Engine'
+url='https://github.com/w0rp/ale'
+arch=('any')
+license=('BSD')
+depends=('vim')
+optdepends=('shellcheck: for sh/bash support'
+'flake8: for python support')
+makedepends=('git')
+groups=('vim-plugins')
+source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd ${pkgname}
+  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:


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

2020-07-22 Thread Levente Polyak via arch-commits
Date: Wednesday, July 22, 2020 @ 19:54:40
  Author: anthraxx
Revision: 664909

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 19:54:36 UTC (rev 664908)
+++ PKGBUILD2020-07-22 19:54:40 UTC (rev 664909)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Thurstenson 
-
-pkgname=vim-ale
-_gitcommit=b24fd13423656e14fa266405e1f238f0ec65cfb3
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
-arch=('any')
-license=('BSD')
-depends=('vim')
-optdepends=('shellcheck: for sh/bash support'
-'flake8: for python support')
-makedepends=('git')
-groups=('vim-plugins')
-source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
-
-pkgver() {
-  cd ${pkgname}
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-package() {
-  cd ${pkgname}
-  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 664908, 
vim-ale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 19:54:40 UTC (rev 664909)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Thurstenson 
+
+pkgname=vim-ale
+_gitcommit=1428c7b29e50af56f53ee1d587679d97a027dd72
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='Asynchronous Lint Engine'
+url='https://github.com/w0rp/ale'
+arch=('any')
+license=('BSD')
+depends=('vim')
+optdepends=('shellcheck: for sh/bash support'
+'flake8: for python support')
+makedepends=('git')
+groups=('vim-plugins')
+source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd ${pkgname}
+  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:


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

2019-10-25 Thread Levente Polyak via arch-commits
Date: Friday, October 25, 2019 @ 23:04:29
  Author: anthraxx
Revision: 519870

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-25 23:04:24 UTC (rev 519869)
+++ PKGBUILD2019-10-25 23:04:29 UTC (rev 519870)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Thurstenson 
-
-pkgname=vim-ale
-_gitcommit=80ab12c7b645b392feb98723873d77b045a0a7e2
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
-arch=('any')
-license=('BSD')
-depends=('vim')
-optdepends=('shellcheck: for sh/bash support'
-'flake8: for python support')
-makedepends=('git')
-groups=('vim-plugins')
-source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
-
-pkgver() {
-  cd ${pkgname}
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-package() {
-  cd ${pkgname}
-  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 519869, 
vim-ale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-25 23:04:29 UTC (rev 519870)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Thurstenson 
+
+pkgname=vim-ale
+_gitcommit=b24fd13423656e14fa266405e1f238f0ec65cfb3
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='Asynchronous Lint Engine'
+url='https://github.com/w0rp/ale'
+arch=('any')
+license=('BSD')
+depends=('vim')
+optdepends=('shellcheck: for sh/bash support'
+'flake8: for python support')
+makedepends=('git')
+groups=('vim-plugins')
+source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
+
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd ${pkgname}
+  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:


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

2019-06-12 Thread Levente Polyak via arch-commits
Date: Wednesday, June 12, 2019 @ 18:38:44
  Author: anthraxx
Revision: 480978

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-12 18:38:40 UTC (rev 480977)
+++ PKGBUILD2019-06-12 18:38:44 UTC (rev 480978)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Thurstenson 
-
-pkgname=vim-ale
-_gitcommit=d837169f1d10f0fee605cc17564c68563db94601
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
-arch=('any')
-license=('BSD')
-depends=('vim')
-optdepends=('shellcheck: for sh/bash support'
-'flake8: for python support')
-makedepends=('git')
-groups=('vim-plugins')
-source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
-
-pkgver() {
-  cd ${pkgname}
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-package() {
-  cd ${pkgname}
-  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 480977, 
vim-ale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-12 18:38:44 UTC (rev 480978)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Thurstenson 
+
+pkgname=vim-ale
+_gitcommit=80ab12c7b645b392feb98723873d77b045a0a7e2
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='Asynchronous Lint Engine'
+url='https://github.com/w0rp/ale'
+arch=('any')
+license=('BSD')
+depends=('vim')
+optdepends=('shellcheck: for sh/bash support'
+'flake8: for python support')
+makedepends=('git')
+groups=('vim-plugins')
+source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
+
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd ${pkgname}
+  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:


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

2019-06-05 Thread Levente Polyak via arch-commits
Date: Wednesday, June 5, 2019 @ 23:13:26
  Author: anthraxx
Revision: 477387

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-05 23:13:21 UTC (rev 477386)
+++ PKGBUILD2019-06-05 23:13:26 UTC (rev 477387)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Thurstenson 
-
-pkgname=vim-ale
-_gitcommit=02af53b8b0a9a47c4e66e52747d98ee74bbb8118
-pkgver=2.4.0
-pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
-arch=('any')
-license=('BSD')
-depends=('vim')
-optdepends=('shellcheck: for sh/bash support'
-'flake8: for python support')
-makedepends=('git')
-groups=('vim-plugins')
-source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
-
-pkgver() {
-  cd ${pkgname}
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-package() {
-  cd ${pkgname}
-  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 477386, 
vim-ale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-05 23:13:26 UTC (rev 477387)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Thurstenson 
+
+pkgname=vim-ale
+_gitcommit=d837169f1d10f0fee605cc17564c68563db94601
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='Asynchronous Lint Engine'
+url='https://github.com/w0rp/ale'
+arch=('any')
+license=('BSD')
+depends=('vim')
+optdepends=('shellcheck: for sh/bash support'
+'flake8: for python support')
+makedepends=('git')
+groups=('vim-plugins')
+source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
+
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd ${pkgname}
+  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:


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

2019-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 22, 2019 @ 14:17:32
  Author: anthraxx
Revision: 468460

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-22 14:17:27 UTC (rev 468459)
+++ PKGBUILD2019-05-22 14:17:32 UTC (rev 468460)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Thurstenson 
-
-pkgname=vim-ale
-_gitcommit=0c6370f41a2e474fc8468a40e5b9a9312347d743
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
-arch=('any')
-license=('BSD')
-depends=('vim')
-optdepends=('shellcheck: for sh/bash support'
-'flake8: for python support')
-makedepends=('git')
-groups=('vim-plugins')
-source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit};)
-sha512sums=('SKIP')
-#validpgpkeys=('') key currently not available: 0FC1ECAA8C81CD83
-
-pkgver() {
-  cd ${pkgname}
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-package() {
-  cd ${pkgname}
-  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 468459, 
vim-ale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-22 14:17:32 UTC (rev 468460)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Thurstenson 
+
+pkgname=vim-ale
+_gitcommit=02af53b8b0a9a47c4e66e52747d98ee74bbb8118
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Asynchronous Lint Engine'
+url='https://github.com/w0rp/ale'
+arch=('any')
+license=('BSD')
+depends=('vim')
+optdepends=('shellcheck: for sh/bash support'
+'flake8: for python support')
+makedepends=('git')
+groups=('vim-plugins')
+source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
+
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd ${pkgname}
+  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:


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 22:21:58
  Author: anthraxx
Revision: 437934

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   61 ++---
 1 file changed, 34 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 22:21:52 UTC (rev 437933)
+++ PKGBUILD2019-03-06 22:21:58 UTC (rev 437934)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Thurstenson 
-
-pkgname=vim-ale
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
-arch=('any')
-license=('BSD')
-depends=('vim')
-optdepends=('shellcheck: for sh/bash support'
-'flake8: for python support')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/w0rp/ale/archive/v${pkgver}.tar.gz)
-sha256sums=('27c6da870601a966f9ee359ea12dca04dd9a3fe5a43f94240c9fd4258ef02dd6')
-sha512sums=('29da24fc3a0aca1517aee2c18517ad3b9d7dedb52227b5ca570bb057c671ea27fd4f47766217eb7d3579cdc539eba8f3fe80b89e88371c9cbe5b73854219d435')
-
-package() {
-   cd ale-${pkgver}
-   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 437933, 
vim-ale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 22:21:58 UTC (rev 437934)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Thurstenson 
+
+pkgname=vim-ale
+_gitcommit=0c6370f41a2e474fc8468a40e5b9a9312347d743
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Asynchronous Lint Engine'
+url='https://github.com/w0rp/ale'
+arch=('any')
+license=('BSD')
+depends=('vim')
+optdepends=('shellcheck: for sh/bash support'
+'flake8: for python support')
+makedepends=('git')
+groups=('vim-plugins')
+source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit};)
+sha512sums=('SKIP')
+#validpgpkeys=('') key currently not available: 0FC1ECAA8C81CD83
+
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd ${pkgname}
+  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:


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

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 19:35:23
  Author: anthraxx
Revision: 376453

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-03 19:35:16 UTC (rev 376452)
+++ PKGBUILD2018-09-03 19:35:23 UTC (rev 376453)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Thurstenson 
-
-pkgname=vim-ale
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
-arch=('any')
-license=('BSD')
-depends=('vim')
-optdepends=('shellcheck: for sh/bash support'
-'flake8: for python support')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/w0rp/ale/archive/v${pkgver}.tar.gz)
-sha256sums=('df7958311f447a373a5016fdce5ca1c6f1e6ed1ef13d9193a8220e3f0541226a')
-sha512sums=('8ec81163c86d2b647451f2146a68715cba485d3318e01fbdd377528a882070be344cef345544386a400d46a4cae75e64d10caf1f7ad7cc951c73cca1a3fa30b4')
-
-package() {
-   cd ale-${pkgver}
-   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 376452, 
vim-ale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-03 19:35:23 UTC (rev 376453)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Thurstenson 
+
+pkgname=vim-ale
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Asynchronous Lint Engine'
+url='https://github.com/w0rp/ale'
+arch=('any')
+license=('BSD')
+depends=('vim')
+optdepends=('shellcheck: for sh/bash support'
+'flake8: for python support')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/w0rp/ale/archive/v${pkgver}.tar.gz)
+sha256sums=('27c6da870601a966f9ee359ea12dca04dd9a3fe5a43f94240c9fd4258ef02dd6')
+sha512sums=('29da24fc3a0aca1517aee2c18517ad3b9d7dedb52227b5ca570bb057c671ea27fd4f47766217eb7d3579cdc539eba8f3fe80b89e88371c9cbe5b73854219d435')
+
+package() {
+   cd ale-${pkgver}
+   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:


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

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 21:54:15
  Author: anthraxx
Revision: 341564

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 21:54:08 UTC (rev 341563)
+++ PKGBUILD2018-06-06 21:54:15 UTC (rev 341564)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Thurstenson 
-
-pkgname=vim-ale
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
-arch=('any')
-license=('BSD')
-depends=('vim')
-optdepends=('shellcheck: for sh/bash support'
-'flake8: for python support')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/w0rp/ale/archive/v${pkgver}.tar.gz)
-sha256sums=('44168b16de4ad80bafe3c06ba7ed3950d2c3c140a8719a318989c13c4b5e0065')
-sha512sums=('d62bf7edc9e118902d9cc86dc4d36acd32cd3bdf77733dce7e0f217f4ab5dc96c02fa9b7f426681a346204ef52268bc0582de6bde45d9cae800f12fcff3ad1ed')
-
-package() {
-   cd ale-${pkgver}
-   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-   install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
-   cp -dr --no-preserve=ownership {after,ale_linters,autoload,doc,plugin} \
-   "${pkgdir}/usr/share/vim/vimfiles"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-ale/repos/community-any/PKGBUILD (from rev 341563, 
vim-ale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 21:54:15 UTC (rev 341564)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Thurstenson 
+
+pkgname=vim-ale
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Asynchronous Lint Engine'
+url='https://github.com/w0rp/ale'
+arch=('any')
+license=('BSD')
+depends=('vim')
+optdepends=('shellcheck: for sh/bash support'
+'flake8: for python support')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/w0rp/ale/archive/v${pkgver}.tar.gz)
+sha256sums=('df7958311f447a373a5016fdce5ca1c6f1e6ed1ef13d9193a8220e3f0541226a')
+sha512sums=('8ec81163c86d2b647451f2146a68715cba485d3318e01fbdd377528a882070be344cef345544386a400d46a4cae75e64d10caf1f7ad7cc951c73cca1a3fa30b4')
+
+package() {
+   cd ale-${pkgver}
+   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: