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

Jan Steffens heftig at gemini.archlinux.org
Sun Dec 12 20:25:05 UTC 2021


    Date: Sunday, December 12, 2021 @ 20:25:05
  Author: heftig
Revision: 432034

41.2-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-12 20:25:00 UTC (rev 432033)
+++ PKGBUILD	2021-12-12 20:25:05 UTC (rev 432034)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab <panosfilip at gmail.com
 
 pkgname=gnome-shell
-pkgver=41.1
+pkgver=41.2
 pkgrel=1
 epoch=1
 pkgdesc="Next generation desktop shell"
@@ -21,7 +21,7 @@
 optdepends=('gnome-control-center: System settings'
             'evolution-data-server: Evolution calendar integration')
 groups=(gnome)
-_commit=a1b537eebf1b7cfb7249fa33c7fbb9ee6ac55b69  # tags/41.1^0
+_commit=618965fcd4a16255235dc6e27a88fe29118afd22  # tags/41.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
 sha256sums=('SKIP'
@@ -29,7 +29,7 @@
 
 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