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

Levente Polyak anthraxx at gemini.archlinux.org
Wed Sep 8 17:55:33 UTC 2021


    Date: Wednesday, September 8, 2021 @ 17:55:32
  Author: anthraxx
Revision: 423572

upgpkg: ctags 1:5.9.20210905.0-1

Modified:
  ctags/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-08 17:45:15 UTC (rev 423571)
+++ PKGBUILD	2021-09-08 17:55:32 UTC (rev 423572)
@@ -3,8 +3,8 @@
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=ctags
-_commit=08b1c490cc4a20c3983314ae112c48edba0d51ed  # p5.9.20210110.0
-pkgver=r20210106+g08b1c490
+_commit=ca81123303640582358ce7b8a4e466615950a1f7  # p5.9.20210905.0
+pkgver=5.9.20210905.0
 pkgrel=1
 epoch=1
 pkgdesc='Generates an index file of language objects found in source files'
@@ -18,7 +18,7 @@
 sha512sums=('SKIP')
 
 pkgver() {
-  git -C ctags show --pretty='r%cd+g%h' --date='format:%Y%m%d' --no-patch
+  git -C ctags describe --tags --match 'p*' | sed 's/^p//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 prepare() {



More information about the arch-commits mailing list