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

Jan Steffens heftig at gemini.archlinux.org
Wed Nov 24 19:56:33 UTC 2021


    Date: Wednesday, November 24, 2021 @ 19:56:33
  Author: heftig
Revision: 429068

41.1+r20+ge3931f7b8-1: nvidia/gbm

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-24 19:44:24 UTC (rev 429067)
+++ PKGBUILD	2021-11-24 19:56:33 UTC (rev 429068)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis <mkanis_at_gmx_dot_de>
 
 pkgname=mutter
-pkgver=41.1
+pkgver=41.1+r20+ge3931f7b8
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter"
@@ -18,13 +18,13 @@
 checkdepends=(xorg-server-xvfb pipewire-media-session python-dbusmock)
 provides=(libmutter-9.so)
 groups=(gnome)
-_commit=8de96d3d7c40e6b5289fd707fdd5e6d604f33e8f  # tags/41.1^0
+_commit=e3931f7b8cbd44072137c5dc9de9041486daeade  # gnome-41
 source=("git+https://gitlab.gnome.org/GNOME/mutter.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