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

Jan Steffens heftig at gemini.archlinux.org
Thu Jun 9 16:41:32 UTC 2022


    Date: Thursday, June 9, 2022 @ 16:41:31
  Author: heftig
Revision: 1229700

3.34.5-4

Modified:
  gnome-bluetooth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-09 16:37:48 UTC (rev 1229699)
+++ PKGBUILD	2022-06-09 16:41:31 UTC (rev 1229700)
@@ -1,11 +1,11 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 # Contributor: Roman Kyrylych <roman at archlinux.org>
 
 pkgname=gnome-bluetooth
 pkgver=3.34.5
-pkgrel=3
-pkgdesc="The GNOME Bluetooth Subsystem"
+pkgrel=4
+pkgdesc="GNOME Bluetooth Subsystem (legacy)"
 url="https://wiki.gnome.org/Projects/GnomeBluetooth"
 arch=(x86_64)
 license=(GPL LGPL)
@@ -20,7 +20,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