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

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


    Date: Sunday, December 12, 2021 @ 20:25:00
  Author: heftig
Revision: 432033

41.1-1

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-12 16:17:05 UTC (rev 432032)
+++ PKGBUILD	2021-12-12 20:25:00 UTC (rev 432033)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gnome-shell-extensions
-pkgver=41.0
+pkgver=41.1
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
@@ -10,7 +10,7 @@
 makedepends=(meson git sassc)
 optdepends=('gnome-menus: applications menu extension')
 groups=(gnome)
-_commit=4ccf12e9889c7947c9a04f3ef5a78834dc42833a  # tags/41.0^0
+_commit=a5b6871562e3fddfef6f662d5e57b1b24e453753  # tags/41.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git")
 sha256sums=('SKIP'
@@ -18,7 +18,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