Date: Thursday, February 18, 2021 @ 22:32:18
  Author: heftig
Revision: 408501

5.55-3: Add libprovides

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-02-18 22:21:25 UTC (rev 408500)
+++ PKGBUILD    2021-02-18 22:32:18 UTC (rev 408501)
@@ -1,4 +1,4 @@
-# Maintainer: Tom Gundersen <t...@jklm.no>
+# Contributor: Tom Gundersen <t...@jklm.no>
 # Contributor: Andrea Scarpino <and...@archlinux.org>
 # Contributor: Geoffroy Carrier <geoff...@archlinux.org>
 
@@ -5,7 +5,7 @@
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
 pkgver=5.55
-pkgrel=2
+pkgrel=3
 url="http://www.bluez.org/";
 arch=('x86_64')
 license=('GPL2')
@@ -119,6 +119,7 @@
 package_bluez-libs() {
   pkgdesc="Deprecated libraries for the bluetooth protocol stack"
   depends=('glibc')
+  provides=('libbluetooth.so')
   license=('LGPL2.1')
 
   cd "${pkgbase}"-${pkgver}

Reply via email to