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) <[email protected]> +# Contributor: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> # Contributor: Roman Kyrylych <[email protected]> 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() {
