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

Jan Steffens heftig at archlinux.org
Thu Mar 25 20:35:22 UTC 2021


    Date: Thursday, March 25, 2021 @ 20:35:22
  Author: heftig
Revision: 410946

40beta+3+gb5198510-1

Modified:
  gnome-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-25 20:29:11 UTC (rev 410945)
+++ PKGBUILD	2021-03-25 20:35:22 UTC (rev 410946)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gnome-session
-pkgver=3.38.0+14+g87d92fec
+pkgver=40beta+3+gb5198510
 pkgrel=1
 pkgdesc="The GNOME Session Handler"
 url="https://gitlab.gnome.org/GNOME/gnome-session"
@@ -11,13 +11,13 @@
          json-glib libgl libsm libxtst systemd)
 makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
 groups=(gnome)
-_commit=87d92fece1bbc67146631330649cee2353bd6761  # master
+_commit=b51985100660c543c62bac39a6ebaf3732cceaef  # master
 source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/\.beta/beta/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list