[arch-commits] Commit in mobile-broadband-provider-info/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Mar 29 18:34:08 UTC 2022


    Date: Tuesday, March 29, 2022 @ 18:34:08
  Author: heftig
Revision: 440896

20220315-1

Modified:
  mobile-broadband-provider-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-29 18:26:23 UTC (rev 440895)
+++ PKGBUILD	2022-03-29 18:34:08 UTC (rev 440896)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=mobile-broadband-provider-info
-pkgver=20210805
+pkgver=20220315
 pkgrel=1
 pkgdesc="Network Management daemon"
 url="https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info"
@@ -9,13 +9,13 @@
 arch=(any)
 license=(custom)
 makedepends=(git libxslt)
-_commit=11f2247eccd3c161b8fd9b41143862e9fb81193c
+_commit=4cbb44a9fe26aa6f0b28beb79f9488b37c097b5e  # tags/20220315^0
 source=("git+https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.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