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

Jan Steffens heftig at archlinux.org
Thu Jul 19 12:51:45 UTC 2018


    Date: Thursday, July 19, 2018 @ 12:51:44
  Author: heftig
Revision: 329049

3.28.1-1

Modified:
  gnome-bluetooth/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-19 11:02:46 UTC (rev 329048)
+++ PKGBUILD	2018-07-19 12:51:44 UTC (rev 329049)
@@ -3,7 +3,7 @@
 # Contributor: Roman Kyrylych <roman at archlinux.org>
 
 pkgname=gnome-bluetooth
-pkgver=3.28.0
+pkgver=3.28.1
 pkgrel=1
 pkgdesc="The GNOME Bluetooth Subsystem"
 url="https://wiki.gnome.org/Projects/GnomeBluetooth"
@@ -11,8 +11,8 @@
 license=(GPL LGPL)
 depends=(gtk3 libnotify bluez libcanberra libsystemd pulseaudio-bluetooth)
 makedepends=(gobject-introspection gtk-doc docbook-xsl git systemd meson)
-_commit=25f80d950442977c5fc7a01fb160ef1bff0d48cc  # tags/GNOMEBT_V_3_28_0^0
-source=("git+https://git.gnome.org/browse/gnome-bluetooth#commit=$_commit"
+_commit=cb3a236f0e312ab6ef2d6feb1e6812711450a5e5  # tags/GNOMEBT_V_3_28_1_fixed^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-bluetooth.git#commit=$_commit"
         61-gnome-bluetooth-rfkill.rules)
 sha256sums=('SKIP'
             '8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
@@ -19,7 +19,7 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^GNOMEBT_V_//;s/_/./g;s/-/+/g'
+  git describe --tags | sed 's/^GNOMEBT_V_//;s/_fixed//;s/_/./g;s/-/+/g'
 }
 
 prepare() {
@@ -37,6 +37,6 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
   install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 61-gnome-bluetooth-rfkill.rules
 }



More information about the arch-commits mailing list