[arch-commits] Commit in gnome-user-docs/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 23:15:14 UTC 2022


    Date: Saturday, April 2, 2022 @ 23:15:14
  Author: heftig
Revision: 441354

42.0-1

Modified:
  gnome-user-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 23:15:09 UTC (rev 441353)
+++ PKGBUILD	2022-04-02 23:15:14 UTC (rev 441354)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-user-docs
-pkgver=41.5
+pkgver=42.0
 pkgrel=1
 pkgdesc="User documentation for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-user-docs"
@@ -11,13 +11,13 @@
 depends=(yelp)
 makedepends=(yelp-tools git)
 groups=(gnome)
-_commit=45e782be4327f86d83eeebcc23e37e66df4291b3  # tags/41.5^0
+_commit=4fd0253451e0489a9ce260e86ddb3acf85438e32  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.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