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

Levente Polyak anthraxx at archlinux.org
Wed Jul 22 19:54:36 UTC 2020


    Date: Wednesday, July 22, 2020 @ 19:54:36
  Author: anthraxx
Revision: 664908

upgpkg: vim-ale 2.7.0-1

Modified:
  vim-ale/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-22 19:50:09 UTC (rev 664907)
+++ PKGBUILD	2020-07-22 19:54:36 UTC (rev 664908)
@@ -2,8 +2,8 @@
 # Contributor: David Thurstenson <thurstylark at gmail.com>
 
 pkgname=vim-ale
-_gitcommit=b24fd13423656e14fa266405e1f238f0ec65cfb3
-pkgver=2.6.0
+_gitcommit=1428c7b29e50af56f53ee1d587679d97a027dd72
+pkgver=2.7.0
 pkgrel=1
 pkgdesc='Asynchronous Lint Engine'
 url='https://github.com/w0rp/ale'
@@ -20,7 +20,7 @@
 
 pkgver() {
   cd ${pkgname}
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 package() {



More information about the arch-commits mailing list