Date: Friday, December 3, 2021 @ 21:57:04
  Author: heftig
Revision: 430661

41.2-1

Modified:
  gnome-control-center/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-03 21:55:35 UTC (rev 430660)
+++ PKGBUILD    2021-12-03 21:57:04 UTC (rev 430661)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot <[email protected]>
 
 pkgname=gnome-control-center
-pkgver=41.1
-pkgrel=2
+pkgver=41.2
+pkgrel=1
 pkgdesc="GNOME's main interface to configure various aspects of the desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-control-center";
 license=(GPL2)
@@ -21,7 +21,7 @@
             'rygel: media sharing'
             'openssh: remote login')
 groups=(gnome)
-_commit=eb053617651d251d29128525eb18592a2283d0cf  # tags/41.1^0
+_commit=babeb0ce357d55406b0ba0a4597e0513a0419de8  # tags/41.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.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/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
+  git describe --tags | sed 
's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {

Reply via email to