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

Jan Steffens heftig at gemini.archlinux.org
Thu Jun 9 16:40:55 UTC 2022


    Date: Thursday, June 9, 2022 @ 16:40:55
  Author: heftig
Revision: 448062

pkgver()

Modified:
  gnome-bluetooth-3.0/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-09 16:38:06 UTC (rev 448061)
+++ PKGBUILD	2022-06-09 16:40:55 UTC (rev 448062)
@@ -21,7 +21,7 @@
 
 pkgver() {
   cd gnome-bluetooth
-  git describe --tags | sed 's/^GNOMEBT_V_//;s/_fixed//;s/_/./g;s/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list