Date: Tuesday, December 13, 2022 @ 17:05:32 Author: heftig Revision: 464250
42.5-1 Modified: gnome-bluetooth-3.0/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-13 16:22:03 UTC (rev 464249) +++ PKGBUILD 2022-12-13 17:05:32 UTC (rev 464250) @@ -3,7 +3,7 @@ # Contributor: Roman Kyrylych <[email protected]> pkgname=gnome-bluetooth-3.0 -pkgver=42.4 +pkgver=42.5 pkgrel=1 pkgdesc="GNOME Bluetooth Subsystem" url="https://wiki.gnome.org/Projects/GnomeBluetooth" @@ -15,7 +15,7 @@ checkdepends=(python-dbusmock) provides=(libgnome-bluetooth{,-ui}-3.0.so) options=(debug) -_commit=86a9de48ebb5ff8c48f739bcef97ccdb8c9266b2 # tags/42.4^0 +_commit=8ff1cc5f60b4855c9618d3cef75abf9a0b9c66f8 # master source=("git+https://gitlab.gnome.org/GNOME/gnome-bluetooth.git#commit=$_commit") sha256sums=('SKIP') @@ -26,6 +26,9 @@ prepare() { cd gnome-bluetooth + + # Fixup missing tag + git tag -f 42.5 8ff1cc5f60b4855c9618d3cef75abf9a0b9c66f8 } build() {
