[arch-commits] Commit in (35 files)

Antonio Rojas arojas at archlinux.org
Mon Nov 27 13:30:00 UTC 2017


    Date: Monday, November 27, 2017 @ 13:29:59
  Author: arojas
Revision: 311003

Qt 5.10 rc

Modified:
  qt5-3d/kde-unstable/PKGBUILD
  qt5-base/kde-unstable/PKGBUILD
  qt5-canvas3d/kde-unstable/PKGBUILD
  qt5-charts/kde-unstable/PKGBUILD
  qt5-connectivity/kde-unstable/PKGBUILD
  qt5-datavis3d/kde-unstable/PKGBUILD
  qt5-declarative/kde-unstable/PKGBUILD
  qt5-doc/kde-unstable/PKGBUILD
  qt5-examples/kde-unstable/PKGBUILD
  qt5-gamepad/kde-unstable/PKGBUILD
  qt5-graphicaleffects/kde-unstable/PKGBUILD
  qt5-imageformats/kde-unstable/PKGBUILD
  qt5-location/kde-unstable/PKGBUILD
  qt5-multimedia/kde-unstable/PKGBUILD
  qt5-networkauth/kde-unstable/PKGBUILD
  qt5-quickcontrols/kde-unstable/PKGBUILD
  qt5-quickcontrols2/kde-unstable/PKGBUILD
  qt5-remoteobjects/kde-unstable/PKGBUILD
  qt5-script/kde-unstable/PKGBUILD
  qt5-scxml/kde-unstable/PKGBUILD
  qt5-sensors/kde-unstable/PKGBUILD
  qt5-serialbus/kde-unstable/PKGBUILD
  qt5-serialport/kde-unstable/PKGBUILD
  qt5-speech/kde-unstable/PKGBUILD
  qt5-svg/kde-unstable/PKGBUILD
  qt5-tools/kde-unstable/PKGBUILD
  qt5-translations/kde-unstable/PKGBUILD
  qt5-virtualkeyboard/kde-unstable/PKGBUILD
  qt5-wayland/kde-unstable/PKGBUILD
  qt5-webchannel/kde-unstable/PKGBUILD
  qt5-webengine/kde-unstable/PKGBUILD
  qt5-websockets/kde-unstable/PKGBUILD
  qt5-webview/kde-unstable/PKGBUILD
  qt5-x11extras/kde-unstable/PKGBUILD
  qt5-xmlpatterns/kde-unstable/PKGBUILD

--------------------------------------------+
 qt5-3d/kde-unstable/PKGBUILD               |    4 ++--
 qt5-base/kde-unstable/PKGBUILD             |    4 ++--
 qt5-canvas3d/kde-unstable/PKGBUILD         |    4 ++--
 qt5-charts/kde-unstable/PKGBUILD           |    4 ++--
 qt5-connectivity/kde-unstable/PKGBUILD     |    4 ++--
 qt5-datavis3d/kde-unstable/PKGBUILD        |    4 ++--
 qt5-declarative/kde-unstable/PKGBUILD      |    4 ++--
 qt5-doc/kde-unstable/PKGBUILD              |    4 ++--
 qt5-examples/kde-unstable/PKGBUILD         |    4 ++--
 qt5-gamepad/kde-unstable/PKGBUILD          |    4 ++--
 qt5-graphicaleffects/kde-unstable/PKGBUILD |    4 ++--
 qt5-imageformats/kde-unstable/PKGBUILD     |    4 ++--
 qt5-location/kde-unstable/PKGBUILD         |    4 ++--
 qt5-multimedia/kde-unstable/PKGBUILD       |    4 ++--
 qt5-networkauth/kde-unstable/PKGBUILD      |    4 ++--
 qt5-quickcontrols/kde-unstable/PKGBUILD    |    4 ++--
 qt5-quickcontrols2/kde-unstable/PKGBUILD   |    4 ++--
 qt5-remoteobjects/kde-unstable/PKGBUILD    |    4 ++--
 qt5-script/kde-unstable/PKGBUILD           |    4 ++--
 qt5-scxml/kde-unstable/PKGBUILD            |    4 ++--
 qt5-sensors/kde-unstable/PKGBUILD          |    4 ++--
 qt5-serialbus/kde-unstable/PKGBUILD        |    4 ++--
 qt5-serialport/kde-unstable/PKGBUILD       |    4 ++--
 qt5-speech/kde-unstable/PKGBUILD           |    4 ++--
 qt5-svg/kde-unstable/PKGBUILD              |    4 ++--
 qt5-tools/kde-unstable/PKGBUILD            |    4 ++--
 qt5-translations/kde-unstable/PKGBUILD     |    4 ++--
 qt5-virtualkeyboard/kde-unstable/PKGBUILD  |    4 ++--
 qt5-wayland/kde-unstable/PKGBUILD          |    4 ++--
 qt5-webchannel/kde-unstable/PKGBUILD       |    4 ++--
 qt5-webengine/kde-unstable/PKGBUILD        |    4 ++--
 qt5-websockets/kde-unstable/PKGBUILD       |    4 ++--
 qt5-webview/kde-unstable/PKGBUILD          |    4 ++--
 qt5-x11extras/kde-unstable/PKGBUILD        |    4 ++--
 qt5-xmlpatterns/kde-unstable/PKGBUILD      |    4 ++--
 35 files changed, 70 insertions(+), 70 deletions(-)

Modified: qt5-3d/kde-unstable/PKGBUILD
===================================================================
--- qt5-3d/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-3d/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-3d
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -14,7 +14,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('de08b7e4a302c16f79c50261f7ee30162bdcbb02f86a40c5cde9e819dee72ab1')
+sha256sums=('24d10c679bc628cebc15bf476358b913406e7c59cb58246693b25c4ca94871fe')
 
 prepare() {
   mkdir -p build

Modified: qt5-base/kde-unstable/PKGBUILD
===================================================================
--- qt5-base/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-base/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -4,7 +4,7 @@
 
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -28,7 +28,7 @@
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
         qt-no-statx.patch)
-sha256sums=('138ad8931b93765b82df39352ecb915c89d627bcefb34c90f5f16e75ab8aa905'
+sha256sums=('3bec98226f1668b8b46f426a92fb62e77e9bc552b630b79932937ac53be22190'
             '5cd1d90622cc53609806a3ce0b2811b28f0e6e20eb835861de4492dddeef6e52')
 
 prepare() {

Modified: qt5-canvas3d/kde-unstable/PKGBUILD
===================================================================
--- qt5-canvas3d/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-canvas3d/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-canvas3d
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('bf42514d49800c02cc8e7baa2d1cad78eb1b25498378579643a71cf9e3c2f5ac')
+sha256sums=('1b9f65f5fab7a73f724e2a962c1e448591f4b5288aa5c9a13259091742f69981')
 
 prepare() {
   mkdir -p build

Modified: qt5-charts/kde-unstable/PKGBUILD
===================================================================
--- qt5-charts/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-charts/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-charts
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -16,7 +16,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('34eaebebfe1c7e5d1ee90b651dcd3a891c83b18906e6ce5c4974be758239be4c')
+sha256sums=('92687190f467fac3230530500469dbb614c7b8d45722d64da37847c11dd5dafa')
 
 prepare() {
   mkdir -p build

Modified: qt5-connectivity/kde-unstable/PKGBUILD
===================================================================
--- qt5-connectivity/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-connectivity/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-connectivity
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -16,7 +16,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('f125b7e9d4c9c84a4d47b6e6285fc07ba675ec2035045d172cb5e0b4fe1e0607')
+sha256sums=('9925288e95db7c26d68e182a24b70e8ad7e33511ab449e3f4758ea7e30f3fc5d')
 
 prepare() {
   mkdir -p build

Modified: qt5-datavis3d/kde-unstable/PKGBUILD
===================================================================
--- qt5-datavis3d/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-datavis3d/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-datavis3d
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -16,7 +16,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('38e8599e9df980f229bc62ab7bd0d290b532a8b06443742c27c9e656bea94c10')
+sha256sums=('706c135009cad8335f42db5e2987b697a1f57862e653c609a42ee5c64c447268')
 
 prepare() {
   mkdir -p build

Modified: qt5-declarative/kde-unstable/PKGBUILD
===================================================================
--- qt5-declarative/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-declarative/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-declarative
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -17,7 +17,7 @@
 replaces=('qt5-declarative-render2d')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('e399fb4c6a76328b70e351681a433f4b3811874a5a1b66619bbf33c0148c41fd')
+sha256sums=('812b1d36c3e9619eca86ea9cca1527c1435184832a278f3bcda343eb4b54216e')
 
 prepare() {
   mkdir -p build

Modified: qt5-doc/kde-unstable/PKGBUILD
===================================================================
--- qt5-doc/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-doc/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -4,7 +4,7 @@
 # Contributor: Michael Hansen <zrax0111 gmail com>
 
 pkgname=qt5-doc
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('any')
@@ -17,7 +17,7 @@
 _pkgfqn="qt-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz"
         qt-no-statx.patch)
-sha256sums=('6fde3b28130f985f5ef2d416d6ee1ec594a6695cc003b9b78e5341d551e5b1b8'
+sha256sums=('6700fd67987f79928ce964313d78cb0e17465a4e96d0344f57f50ecbc928e180'
             '5cd1d90622cc53609806a3ce0b2811b28f0e6e20eb835861de4492dddeef6e52')
 
 prepare() {

Modified: qt5-examples/kde-unstable/PKGBUILD
===================================================================
--- qt5-examples/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-examples/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -4,7 +4,7 @@
 # Contributor: Michael Hansen <zrax0111 gmail com>
 
 pkgname=qt5-examples
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('any')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="qt-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz")
-sha256sums=('6fde3b28130f985f5ef2d416d6ee1ec594a6695cc003b9b78e5341d551e5b1b8')
+sha256sums=('6700fd67987f79928ce964313d78cb0e17465a4e96d0344f57f50ecbc928e180')
 
 package() {
   _base="$pkgdir"/usr/share/doc/qt/examples

Modified: qt5-gamepad/kde-unstable/PKGBUILD
===================================================================
--- qt5-gamepad/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-gamepad/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-gamepad
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -16,7 +16,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('6c59681ef6dd832a95f2a8da7e2666a5c034eefd5e34f5f9df5ee050bd7607dc')
+sha256sums=('83cde84c2efcd03a0dbe8db29adee750f91008775b325ad9c8d19d4efaeddcf2')
 
 prepare() {
   mkdir -p build

Modified: qt5-graphicaleffects/kde-unstable/PKGBUILD
===================================================================
--- qt5-graphicaleffects/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-graphicaleffects/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-graphicaleffects
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('734ece7424cc71c7bc98f957bacf706c3a26a0a1bdfb8331cdb5e85c0e961901')
+sha256sums=('b92fea3ed0af88abfa01af6dd5aa9293105a86170499fc33e298bf4aa74ebc43')
 
 prepare() {
   mkdir -p build

Modified: qt5-imageformats/kde-unstable/PKGBUILD
===================================================================
--- qt5-imageformats/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-imageformats/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-imageformats
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('ba92669722a04e4cb4fa61838b4816769cc66140342c7b6496203929bd1366bc')
+sha256sums=('0faa4bb2bb3899c185465532c5560a0b944dab82e70b5cd47c82eb664c2a4b75')
 
 prepare() {
   mkdir -p build

Modified: qt5-location/kde-unstable/PKGBUILD
===================================================================
--- qt5-location/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-location/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-location
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -16,7 +16,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('18a1672ffe8ab49f8dc31c0bf209e9d5cc0525f2640ae0dd0dfe8ad16161b8b1')
+sha256sums=('902d891add330a99b015519ad9e6d2e5b2e7d3a929fba1f02be4438af330109f')
 
 prepare() {
   mkdir -p build

Modified: qt5-multimedia/kde-unstable/PKGBUILD
===================================================================
--- qt5-multimedia/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-multimedia/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-multimedia
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -16,7 +16,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('8385ea3619859e66e58caf610fef4a9f5733d60a55c5cda01140614cddff1b2b')
+sha256sums=('10815fb0a69156e67d648619ac484b5802c8635ce24ba94fe4d2ca75606dc06a')
 
 prepare() {
   mkdir -p build

Modified: qt5-networkauth/kde-unstable/PKGBUILD
===================================================================
--- qt5-networkauth/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-networkauth/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt5-networkauth
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -13,7 +13,7 @@
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('ecae52977b8b48764ab8e20638f434b44c7de601a1667b47069e3b3da93b3fb9')
+sha256sums=('4f9aba6611950f80c0ba147308011779442011bbf463a0a2bce89571eb1feeef')
 
 prepare() {
   mkdir -p build

Modified: qt5-quickcontrols/kde-unstable/PKGBUILD
===================================================================
--- qt5-quickcontrols/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-quickcontrols/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-quickcontrols
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('a7f5dfca5c0e8df1fc154cbc5514eb2295a701967db72533c7e76c75fde86e7c')
+sha256sums=('6ecaecfa3cdf7d1eb9ca8b9fee4d11d20164fef529daf17fb411559358328d55')
 
 prepare() {
   mkdir -p build

Modified: qt5-quickcontrols2/kde-unstable/PKGBUILD
===================================================================
--- qt5-quickcontrols2/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-quickcontrols2/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-quickcontrols2
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('2217cb595cc4ff8b77d67399d228ec66bb2bc0e21dd01a5257324a2b78d0ead3')
+sha256sums=('134cb3f7b2440e2189eeb4aa4b1be7d1a0eedcb875f4f987e1d369c14d683794')
 
 prepare() {
   mkdir -p build

Modified: qt5-remoteobjects/kde-unstable/PKGBUILD
===================================================================
--- qt5-remoteobjects/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-remoteobjects/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-remoteobjects
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('8c09c9c203d8c4df1a432d5c20caecff5147d0e9fa81d95cd46b9fe9e6df5062')
+sha256sums=('2649d1533d908447b2c0be96fd9ce2ec58a38122bfcd9a7c64b898ecc7576d0a')
 
 prepare() {
   mkdir -p build

Modified: qt5-script/kde-unstable/PKGBUILD
===================================================================
--- qt5-script/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-script/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-script
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('4879ac7fcb55c1008fe45cd181d0335bf260429479cf85fba9fab403c0816cb4')
+sha256sums=('d4e9de3bf133c3b7ffc7fa854ed049978d2f766177babca48cf84718b4992b79')
 
 prepare() {
   mkdir -p build

Modified: qt5-scxml/kde-unstable/PKGBUILD
===================================================================
--- qt5-scxml/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-scxml/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-scxml
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('10cb4639602fc4b80f19e62b3d577e3ab956d943ff8fa995d60f1eeaab9ad4f7')
+sha256sums=('804b9a6e7d6d75b7e0be620268ec708e2789d41c1f134ec1bb32079656389e62')
 
 prepare() {
   mkdir -p build

Modified: qt5-sensors/kde-unstable/PKGBUILD
===================================================================
--- qt5-sensors/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-sensors/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-sensors
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -16,7 +16,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('a53aade786943d27266c8cb60ba443368f0543bd9d9666c1fb8a64932161a968')
+sha256sums=('943380cd0f11e5bb57fc2915c252fff10ee5f230f03e9e41f995b2cb88642499')
 
 prepare() {
   mkdir -p build

Modified: qt5-serialbus/kde-unstable/PKGBUILD
===================================================================
--- qt5-serialbus/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-serialbus/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-serialbus
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('6c86d7f755c4d9ee85e2ba42d3357a914994a0da7e361831ed67dc5f8ca2e5b7')
+sha256sums=('aedd6b7c15ca1e480f14df8a1408a0abc163ba7f1ae1bd247bd09b545840d805')
 
 prepare() {
   mkdir -p build

Modified: qt5-serialport/kde-unstable/PKGBUILD
===================================================================
--- qt5-serialport/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-serialport/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-serialport
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('666c8aa4b3a007295cd67bba82c7a4bf5483a21ffc81e3459515c9c6f7390c16')
+sha256sums=('76e89afd9e64b7a512e14135c81eb564e268fa8648559040806ac672e3410228')
 
 prepare() {
   mkdir -p build

Modified: qt5-speech/kde-unstable/PKGBUILD
===================================================================
--- qt5-speech/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-speech/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt5-speech
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('8c98d8a04db68d39b6c19b3c5cfd863ea7570a4ce8809fdfed8fa7182e24f8aa')
+sha256sums=('0fa3aedff67ba75acb112ab67d35cf7f47f8e34fcfa70d1a75eabcff208a0aef')
 
 prepare() {
   mkdir -p build

Modified: qt5-svg/kde-unstable/PKGBUILD
===================================================================
--- qt5-svg/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-svg/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-svg
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -14,7 +14,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('aa660fa7fb0d16d81088cb6dd040933c0ec575e8e4c70ba0a66353e79d007cab')
+sha256sums=('c8ddbc50b0b768f40e2c4c502942499091f8fd54d7053e8e69d9a64c5f8dcba2')
 
 prepare() {
   mkdir -p build

Modified: qt5-tools/kde-unstable/PKGBUILD
===================================================================
--- qt5-tools/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-tools/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-tools
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -18,7 +18,7 @@
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
         {assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('7b1411c4d728eb626500798e420747fbe2552cd189a5fb3b804fee961d3dc029'
+sha256sums=('b27bd8b991fa18690ddb3cba91d3a836f664bf95ab6e55646ba83a49f763109d'
             '8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
             '366e18ba400068df40d26a3c944d6bd4925bf22c32f171b837a3f4e387eff019'
             'db1ad1d27ce73820b8d50291618b6f817292f15f55107274064b9ae99201069a'

Modified: qt5-translations/kde-unstable/PKGBUILD
===================================================================
--- qt5-translations/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-translations/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-translations
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('any')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('53bbe8b7d9718ec6041ec750b9f3977e05f17545fe022c7b0f67043341332e55')
+sha256sums=('dfd9b35338ef1b29228a24402bda3eb7287a05fc6795df958e1617120e07e84e')
 
 prepare() {
   mkdir -p build

Modified: qt5-virtualkeyboard/kde-unstable/PKGBUILD
===================================================================
--- qt5-virtualkeyboard/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-virtualkeyboard/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-virtualkeyboard
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('d6a506561fedccf6bebf1baf0b054622e09ef3da4d2e9a078431bb9ffd37af59')
+sha256sums=('8ee4751538fbbff3894be3be3471b0a69e9c88c068358836121740edd58a4a50')
 
 prepare() {
   mkdir -p build

Modified: qt5-wayland/kde-unstable/PKGBUILD
===================================================================
--- qt5-wayland/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-wayland/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-wayland
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -14,7 +14,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('eace75ef65daa21e2bdf10c42a4dc3ac3be07180ada6f5af189a70ebf0736374')
+sha256sums=('ea5514001a38a7dabec1b835042a121bc1c997e1a3bf508720e98f557adb0df9')
 
 prepare() {
   mkdir -p build

Modified: qt5-webchannel/kde-unstable/PKGBUILD
===================================================================
--- qt5-webchannel/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-webchannel/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-webchannel
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('c12413980a3f750c0b8e679df135574a7cf1cddb2ccc37ff91493467de81e1b4')
+sha256sums=('df7e2e0aca4821f9869646c2cdf816000f4ce8ba14dc1f25e24c7be3eb999a7f')
 
 prepare() {
   mkdir -p build

Modified: qt5-webengine/kde-unstable/PKGBUILD
===================================================================
--- qt5-webengine/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-webengine/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-webengine
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -17,7 +17,7 @@
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
          qtwebengine-harmony.patch)
-sha256sums=('4774361b2ffb9acf9ed7955c544ef06ca969f6ea0c03af2afe19ca01562c43fa'
+sha256sums=('cba7a39f1185e43583d411e15a3a17c692dcc39602cdeee5be67495cf3f9d517'
             'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
 
 prepare() {

Modified: qt5-websockets/kde-unstable/PKGBUILD
===================================================================
--- qt5-websockets/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-websockets/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-websockets
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -16,7 +16,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('48936c617028e8c3f20520d21ed9457e95c8b1df8c6e8d6b5a6652df5d932631')
+sha256sums=('e483ba10eebcc967317d7b1f043b909910a376610a4ce29665088e74de03301d')
 
 prepare() {
   mkdir -p build

Modified: qt5-webview/kde-unstable/PKGBUILD
===================================================================
--- qt5-webview/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-webview/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-webview
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('d2837396ccb77b3737096f6b6ff73837ce924c5906c97a693f391a41faec830e')
+sha256sums=('7de5eb8e65ffda030b13435722996f50abc7d3f1fd6330463c7ff0a1afdf9a68')
 
 prepare() {
   mkdir -p build

Modified: qt5-x11extras/kde-unstable/PKGBUILD
===================================================================
--- qt5-x11extras/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-x11extras/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-x11extras
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('fab17fbdf2015508559bd1851a86c7dd9c76351dc788d5ac54359626708e61d2')
+sha256sums=('04107bfa1d2a66e78a075667e174a505e42ec0612d345234190720d1c0bea80c')
 
 prepare() {
   mkdir -p build

Modified: qt5-xmlpatterns/kde-unstable/PKGBUILD
===================================================================
--- qt5-xmlpatterns/kde-unstable/PKGBUILD	2017-11-27 11:38:19 UTC (rev 311002)
+++ qt5-xmlpatterns/kde-unstable/PKGBUILD	2017-11-27 13:29:59 UTC (rev 311003)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-xmlpatterns
-_qtver=5.10.0-beta4
+_qtver=5.10.0-rc1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -16,7 +16,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('f4b286c934fb6e74eea2779ee9fa7fcd72733847e2c59122762d5b5100b71c7f')
+sha256sums=('098d905873d6d39e5f76f65c4b94a468910591c9d1243498470fcec7fccdab65')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list