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 =================================================================== --- PKGBUILD 2020-09-24 21:30:25 UTC (rev 711925) +++ PKGBUILD 2020-09-24 21:30:29 UTC (rev 711926) @@ -1,34 +0,0 @@ -# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> -# Contributor: David Thurstenson <thurstyl...@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) <devw...@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: Copied: vim-ale/repos/community-any/PKGBUILD (from rev 711925, vim-ale/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-09-24 21:30:29 UTC (rev 711926) @@ -0,0 +1,34 @@ +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Contributor: David Thurstenson <thurstyl...@gmail.com> + +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) <devw...@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: