[arch-commits] Commit in vim-ale/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue Mar 9 20:32:32 UTC 2021


    Date: Tuesday, March 9, 2021 @ 20:32:31
  Author: anthraxx
Revision: 887137

upgpkg: vim-ale 3.1.0-1

Modified:
  vim-ale/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-09 20:30:29 UTC (rev 887136)
+++ PKGBUILD	2021-03-09 20:32:31 UTC (rev 887137)
@@ -2,11 +2,11 @@
 # Contributor: David Thurstenson <thurstylark at gmail.com>
 
 pkgname=vim-ale
-_gitcommit=08295ce17405cb5f6c80d2f726262493bfd21210
-pkgver=3.0.0
+_gitcommit=388cf3374312b05122151bc68691bf09a69ff840
+pkgver=3.1.0
 pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
+pkgdesc='Asynchronous Lint Engine with Language Server Protocol (LSP) support'
+url='https://github.com/dense-analysis/ale'
 arch=('any')
 license=('BSD')
 depends=('vim')
@@ -14,17 +14,17 @@
             'flake8: for python support')
 makedepends=('git')
 groups=('vim-plugins')
-source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed")
+source=("git+${url}.git#commit=${_gitcommit}?signed")
 sha512sums=('SKIP')
 validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be true to yourself) <devw0rp at gmail.com>
 
 pkgver() {
-  cd ${pkgname}
+  cd ale
   git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 package() {
-  cd ${pkgname}
+  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} \



More information about the arch-commits mailing list