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

Jan Steffens heftig at gemini.archlinux.org
Tue Mar 22 00:56:00 UTC 2022


    Date: Tuesday, March 22, 2022 @ 00:56:00
  Author: heftig
Revision: 440475

42.0-1

Modified:
  yelp-xsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 00:52:37 UTC (rev 440474)
+++ PKGBUILD	2022-03-22 00:56:00 UTC (rev 440475)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=yelp-xsl
-pkgver=41.1
+pkgver=42.0
 pkgrel=1
 pkgdesc="Document transformations from Yelp"
 url="https://gitlab.gnome.org/GNOME/yelp-xsl"
@@ -8,14 +8,15 @@
 arch=(any)
 license=(GPL)
 makedepends=(itstool git)
-_commit=8932d0ed9be6e92bf9d20fef57e0e6cc12812a2f  # tags/41.1^0
+_commit=0346fc97eca8792e9a806d2537fbef7d1f98792b  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/yelp-xsl.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
+
 prepare() {
   cd $pkgname
   NOCONFIGURE=1 ./autogen.sh



More information about the arch-commits mailing list