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

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


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

42.0-1

Modified:
  yelp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 00:56:00 UTC (rev 440475)
+++ PKGBUILD	2022-03-22 00:56:06 UTC (rev 440476)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=yelp-tools
-pkgver=41.0
+pkgver=42.0
 pkgrel=1
 pkgdesc="Collection of tools for building and converting documentation"
 url="https://gitlab.gnome.org/GNOME/yelp-tools"
@@ -10,13 +10,13 @@
 depends=(yelp-xsl python-lxml itstool libxml2 docbook-xsl mallard-ducktype)
 makedepends=(git meson)
 license=(GPL)
-_commit=6a68991ff8fe7dc1f97dd8479fc44316f0ded89b  # tags/41.0^0
+_commit=dfa2d6ea142c73c20024cc3a3cefdaa4706268af  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/yelp-tools.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list