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

2017-07-04 Thread Antonio Rojas
Date: Tuesday, July 4, 2017 @ 06:27:30
  Author: arojas
Revision: 299606

Rebuild against correct version of qt5-base

Modified:
  qt5-connectivity/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-04 06:27:15 UTC (rev 299605)
+++ PKGBUILD2017-07-04 06:27:30 UTC (rev 299606)
@@ -5,7 +5,7 @@
 pkgname=qt5-connectivity
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2016-10-01 Thread Antonio Rojas
Date: Saturday, October 1, 2016 @ 08:09:27
  Author: arojas
Revision: 277483

Install binaries to the standard location

Modified:
  qt5-connectivity/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-01 08:05:54 UTC (rev 277482)
+++ PKGBUILD2016-10-01 08:09:27 UTC (rev 277483)
@@ -5,7 +5,7 @@
 pkgname=qt5-connectivity
 _qtver=5.7.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2016-06-09 Thread Felix Yan
Date: Thursday, June 9, 2016 @ 10:30:20
  Author: fyan
Revision: 269185

upgpkg: qt5-connectivity 5.6.1-1

Upstream release

Modified:
  qt5-connectivity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-09 08:30:13 UTC (rev 269184)
+++ PKGBUILD2016-06-09 08:30:20 UTC (rev 269185)
@@ -3,9 +3,9 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-connectivity
-_qtver=5.6.0
+_qtver=5.6.1
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -18,7 +18,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
 
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('38589e8f50dbf835db4fdb5da32a7114')
+md5sums=('ad7b5e4e4c033c9d5adcd7a5c83b2007')
 
 prepare() {
   mkdir -p build


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

2016-04-14 Thread Felix Yan
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
===
--- PKGBUILD2016-04-14 21:47:58 UTC (rev 264975)
+++ PKGBUILD2016-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}"