[arch-commits] Commit in vim-ale/repos/community-any (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Wed Jul 22 19:54:41 UTC 2020
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
===================================================================
--- PKGBUILD 2020-07-22 19:54:36 UTC (rev 664908)
+++ PKGBUILD 2020-07-22 19:54:40 UTC (rev 664909)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: David Thurstenson <thurstylark at gmail.com>
-
-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) <devw0rp at gmail.com>
-
-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)
+++ PKGBUILD 2020-07-22 19:54:40 UTC (rev 664909)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: David Thurstenson <thurstylark at gmail.com>
+
+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) <devw0rp at gmail.com>
+
+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:
More information about the arch-commits
mailing list