author | Felix Yan
<felixonmars@archlinux.org> 2016-04-15 02:28:31 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-04-15 02:28:31 UTC |
parent | b7e7d85ad4d30814109be5e447deeca2dd97b22e |
PKGBUILD | +4 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index e44d9bb..e541de8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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}"