Date: Saturday, September 26, 2020 @ 20:21:54 Author: heftig Revision: 396608
3.34.2-1 Modified: gnome-bluetooth/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-26 20:21:42 UTC (rev 396607) +++ PKGBUILD 2020-09-26 20:21:54 UTC (rev 396608) @@ -1,9 +1,9 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> # Contributor: Roman Kyrylych <[email protected]> pkgname=gnome-bluetooth -pkgver=3.34.1 +pkgver=3.34.2 pkgrel=1 pkgdesc="The GNOME Bluetooth Subsystem" url="https://wiki.gnome.org/Projects/GnomeBluetooth" @@ -12,7 +12,7 @@ depends=(gtk3 libnotify bluez libcanberra systemd-libs pulseaudio-bluetooth) makedepends=(gobject-introspection gtk-doc docbook-xsl git systemd meson) provides=(libgnome-bluetooth.so) -_commit=d745a928b3018782b3ccacfda4a08a0a6a2b8594 # tags/GNOMEBT_V_3_34_1^0 +_commit=24a5e4eb81052a8d9c6370802d3e0ee1c90b3131 # tags/GNOMEBT_V_3_34_2^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-bluetooth.git#commit=$_commit") sha256sums=('SKIP') @@ -27,7 +27,7 @@ build() { arch-meson $pkgname build -D gtk_doc=true -D icon_update=false - ninja -C build + meson compile -C build } check() {
