[arch-commits] Commit in qt5-connectivity/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Fri Apr 15 02:28:31 UTC 2016


    Date: Friday, April 15, 2016 @ 04:28:31
  Author: fyan
Revision: 264976

upgpkg: qt5-connectivity 5.6.0-2

fix bluetooth support (FS#48949)

Modified:
  qt5-connectivity/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-14 21:47:58 UTC (rev 264975)
+++ PKGBUILD	2016-04-15 02:28:31 UTC (rev 264976)
@@ -5,14 +5,15 @@
 pkgname=qt5-connectivity
 _qtver=5.6.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
 pkgdesc='Provides access to Bluetooth hardware'
 depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
+makedepends=('qt5-declarative' 'bluez-libs')
+optdepends=('qt5-declarative: QML bindings'
+            'bluez-libs: for sdpscanner')
 conflicts=('qt')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"



More information about the arch-commits mailing list