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

Jan Steffens heftig at gemini.archlinux.org
Mon Jul 18 18:54:01 UTC 2022


    Date: Monday, July 18, 2022 @ 18:54:00
  Author: heftig
Revision: 451441

pkgver

Modified:
  pygobject/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-18 18:52:30 UTC (rev 451440)
+++ PKGBUILD	2022-07-18 18:54:00 UTC (rev 451441)
@@ -23,7 +23,7 @@
 
 pkgver() {
   cd pygobject
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list