[arch-commits] Commit in (40 files)

Antonio Rojas arojas at archlinux.org
Sat Jan 26 10:18:25 UTC 2019


    Date: Saturday, January 26, 2019 @ 10:18:24
  Author: arojas
Revision: 344795

Update URLs

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

-------------------------------------+
 pyside2-tools/trunk/PKGBUILD        |    4 ++--
 pyside2/trunk/PKGBUILD              |    4 ++--
 qt5-3d/trunk/PKGBUILD               |    4 ++--
 qt5-base/trunk/PKGBUILD             |    4 ++--
 qt5-canvas3d/trunk/PKGBUILD         |    4 ++--
 qt5-charts/trunk/PKGBUILD           |    4 ++--
 qt5-connectivity/trunk/PKGBUILD     |    4 ++--
 qt5-datavis3d/trunk/PKGBUILD        |    4 ++--
 qt5-declarative/trunk/PKGBUILD      |    4 ++--
 qt5-doc/trunk/PKGBUILD              |    6 +++---
 qt5-examples/trunk/PKGBUILD         |    4 ++--
 qt5-gamepad/trunk/PKGBUILD          |    4 ++--
 qt5-graphicaleffects/trunk/PKGBUILD |    4 ++--
 qt5-imageformats/trunk/PKGBUILD     |    4 ++--
 qt5-location/trunk/PKGBUILD         |    4 ++--
 qt5-multimedia/trunk/PKGBUILD       |    4 ++--
 qt5-networkauth/trunk/PKGBUILD      |    4 ++--
 qt5-quickcontrols/trunk/PKGBUILD    |    4 ++--
 qt5-quickcontrols2/trunk/PKGBUILD   |    4 ++--
 qt5-remoteobjects/trunk/PKGBUILD    |    4 ++--
 qt5-script/trunk/PKGBUILD           |    4 ++--
 qt5-scxml/trunk/PKGBUILD            |    4 ++--
 qt5-sensors/trunk/PKGBUILD          |    4 ++--
 qt5-serialbus/trunk/PKGBUILD        |    4 ++--
 qt5-serialport/trunk/PKGBUILD       |    4 ++--
 qt5-speech/trunk/PKGBUILD           |    4 ++--
 qt5-svg/trunk/PKGBUILD              |    4 ++--
 qt5-tools/trunk/PKGBUILD            |    4 ++--
 qt5-translations/trunk/PKGBUILD     |    4 ++--
 qt5-virtualkeyboard/trunk/PKGBUILD  |    4 ++--
 qt5-wayland/trunk/PKGBUILD          |    4 ++--
 qt5-webchannel/trunk/PKGBUILD       |    4 ++--
 qt5-webengine/trunk/PKGBUILD        |    4 ++--
 qt5-webglplugin/trunk/PKGBUILD      |    4 ++--
 qt5-webkit/trunk/PKGBUILD           |    2 +-
 qt5-websockets/trunk/PKGBUILD       |    4 ++--
 qt5-webview/trunk/PKGBUILD          |    4 ++--
 qt5-x11extras/trunk/PKGBUILD        |    4 ++--
 qt5-xmlpatterns/trunk/PKGBUILD      |    4 ++--
 shiboken2/trunk/PKGBUILD            |    4 ++--
 40 files changed, 80 insertions(+), 80 deletions(-)

Modified: pyside2/trunk/PKGBUILD
===================================================================
--- pyside2/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ pyside2/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=(LGPL)
 pkgdesc='Enables the use of Qt5 APIs in Python applications'
 depends=(python-shiboken2 qt5-base)
@@ -30,7 +30,7 @@
 provides=(python-pyside2)
 replaces=(python-pyside2)
 _pkgfqn=pyside-setup-everywhere-src-${_qtver}
-source=("http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
 sha256sums=('890149628a6c722343d6498a9f7e1906ce3c10edcaef0cc53cd682c1798bef51')
 
 prepare() {

Modified: pyside2-tools/trunk/PKGBUILD
===================================================================
--- pyside2-tools/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ pyside2-tools/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,13 +6,13 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=(LGPL)
 pkgdesc='lupdate, rcc and uic tools for PySide2'
 depends=(pyside2)
 makedepends=(cmake shiboken2)
 _pkgfqn=pyside-setup-everywhere-src-${_qtver}
-source=("http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
 sha256sums=('890149628a6c722343d6498a9f7e1906ce3c10edcaef0cc53cd682c1798bef51')
 
 prepare() {

Modified: qt5-3d/trunk/PKGBUILD
===================================================================
--- qt5-3d/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-3d/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,13 +6,13 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
 depends=('qt5-declarative' 'assimp')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('a12adc9c14ffa18ff5c4951efb41914d4840a0c2a88486eb8d39a4833e4631da')
 
 prepare() {

Modified: qt5-base/trunk/PKGBUILD
===================================================================
--- qt5-base/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-base/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -7,7 +7,7 @@
 pkgver=${_qtver/-/}
 pkgrel=3
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='A cross-platform application and UI framework'
 depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 'fontconfig' 'xdg-utils'
@@ -25,7 +25,7 @@
 conflicts=('qtchooser')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
         qtbug-72844.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=52e0d9e2")
 sha256sums=('5e03221d780e121aabd734896aab8f331e5d8c9d9b54f1eb04907d0818eaeecb'
             'afdea0787e1d8d4c2e7139770761aba4fe8268f50b7f5d715bdd850cc7017996')

Modified: qt5-canvas3d/trunk/PKGBUILD
===================================================================
--- qt5-canvas3d/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-canvas3d/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='A JavaScript 3D rendering API for Qt Quick'
 depends=('qt5-declarative')
@@ -13,7 +13,7 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('b21b9f01c498d0e51e3db4c54344147fb901c0f40ec8b3135609905b55f9c128')
 
 prepare() {

Modified: qt5-charts/trunk/PKGBUILD
===================================================================
--- qt5-charts/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-charts/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3')
 pkgdesc='Provides a set of easy to use chart components'
 depends=('qt5-base')
@@ -14,7 +14,7 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('9cd71c4a4c10611083ce8f16992c59666d51b5275cc1a79f324ee18579ced450')
 
 prepare() {

Modified: qt5-connectivity/trunk/PKGBUILD
===================================================================
--- qt5-connectivity/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-connectivity/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides access to Bluetooth hardware'
 depends=('qt5-base' 'bluez-libs')
@@ -14,7 +14,7 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('8ebca1ba859ebb5b0e8e6fffff1f8131dd84f9e44448df6ac58c8be32b5122a4')
 
 prepare() {

Modified: qt5-datavis3d/trunk/PKGBUILD
===================================================================
--- qt5-datavis3d/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-datavis3d/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3')
 pkgdesc='Qt Data Visualization module'
 depends=('qt5-base')
@@ -14,7 +14,7 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('4eda7e352b5d7d58a19611f76a906e952f6a86451740a80a3759b8871090f433')
 
 prepare() {

Modified: qt5-declarative/trunk/PKGBUILD
===================================================================
--- qt5-declarative/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-declarative/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Classes for QML and JavaScript languages'
 depends=('qt5-base')
@@ -14,7 +14,7 @@
 groups=('qt' 'qt5')
 conflicts=('qtchooser')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('4ffd58102b5714ae058f91cc31511f1c928978f77f01652beb9ce2352a4c227b')
 
 prepare() {

Modified: qt5-doc/trunk/PKGBUILD
===================================================================
--- qt5-doc/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-doc/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -5,9 +5,9 @@
 pkgname=qt5-doc
 _qtver=5.12.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('any')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='A cross-platform application and UI framework (Documentation)'
 depends=('qt5-base')
@@ -15,7 +15,7 @@
              'gperf' 'nss' 'clang')
 groups=('qt' 'qt5')
 _pkgfqn="qt-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz")
 sha256sums=('356f42d9087718f22f03d13d0c2cdfb308f91dc3cf0c6318bed33f2094cd9d6c')
 
 prepare() {

Modified: qt5-examples/trunk/PKGBUILD
===================================================================
--- qt5-examples/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-examples/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -7,13 +7,13 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('any')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Examples and demos from qt5 documentation'
 depends=('qt5-doc')
 groups=('qt' 'qt5')
 _pkgfqn="qt-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz")
 sha256sums=('356f42d9087718f22f03d13d0c2cdfb308f91dc3cf0c6318bed33f2094cd9d6c')
 
 package() {

Modified: qt5-gamepad/trunk/PKGBUILD
===================================================================
--- qt5-gamepad/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-gamepad/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Adds support for getting events from gamepad devices'
 depends=('qt5-base' 'sdl2')
@@ -14,7 +14,7 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('4c1900b9917dc18584b2287cd7382f0668d71237ef8e71e3feb4d457c2b56091')
 
 prepare() {

Modified: qt5-graphicaleffects/trunk/PKGBUILD
===================================================================
--- qt5-graphicaleffects/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-graphicaleffects/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Graphical effects for use with Qt Quick 2'
 depends=('qt5-declarative')
@@ -13,7 +13,7 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('81058fb12d4dd019bed6bb196a13ea5d308a390d72a1468da11171f8c3003455')
 
 prepare() {

Modified: qt5-imageformats/trunk/PKGBUILD
===================================================================
--- qt5-imageformats/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-imageformats/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
 depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
@@ -13,7 +13,7 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('5f907de96d3db6276816f321b7e11cba7beb1fcc81bcb3f1729cde3b7599732e')
 
 prepare() {

Modified: qt5-location/trunk/PKGBUILD
===================================================================
--- qt5-location/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-location/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,13 +6,13 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides access to position, satellite and area monitoring classes'
 depends=('qt5-declarative')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('b0a3134df3a00f6045405d3c12e0ea3ae7e640feaf38e238873df85424674449')
 
 prepare() {

Modified: qt5-multimedia/trunk/PKGBUILD
===================================================================
--- qt5-multimedia/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-multimedia/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Classes for audio, video, radio and camera functionality'
 depends=('qt5-base' 'gst-plugins-base' 'libpulse' 'openal')
@@ -16,7 +16,7 @@
             'gst-libav: ffmpeg plugin')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('5c4b0cb9c08c57ce1aad3aee267c6f6270d254addfb2a6dd363a272e98e926a9')
 
 prepare() {

Modified: qt5-networkauth/trunk/PKGBUILD
===================================================================
--- qt5-networkauth/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-networkauth/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,13 +6,13 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
 pkgdesc='Network authentication module'
 depends=(qt5-base)
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('41111946f40ee110b789f365a398c3f27bc4fd6c0f9a8b1a72b79c81543e0775')
 
 prepare() {

Modified: qt5-quickcontrols/trunk/PKGBUILD
===================================================================
--- qt5-quickcontrols/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-quickcontrols/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Reusable Qt Quick based UI controls to create classic desktop-style user interfaces'
 depends=('qt5-declarative')
@@ -13,7 +13,7 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('2bfb63240beed6926be429310e91b33df836fe38bcaf9de6883d5e781511cd73')
 
 prepare() {

Modified: qt5-quickcontrols2/trunk/PKGBUILD
===================================================================
--- qt5-quickcontrols2/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-quickcontrols2/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Next generation user interface controls based on Qt Quick'
 depends=('qt5-declarative')
@@ -13,7 +13,7 @@
 optdepends=('qt5-graphicaleffects: for the Material style')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('89777e2ee89a08d203e0e394be0c47dc52008ea58506f4b3bdf1a696c5907dc6')
 
 prepare() {

Modified: qt5-remoteobjects/trunk/PKGBUILD
===================================================================
--- qt5-remoteobjects/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-remoteobjects/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
 pkgdesc='Inter-process communication (IPC) module developed for Qt'
 depends=(qt5-base)
@@ -14,7 +14,7 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('0940d0a4a961b64f38c52a2e5638c2b3341fe46bd6bd88d1c638707f42159d5f')
 
 prepare() {

Modified: qt5-script/trunk/PKGBUILD
===================================================================
--- qt5-script/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-script/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility'
 depends=('qt5-base')
@@ -13,7 +13,7 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('97fe1a22e5d0e89d3850546c0771fe41707d4c40062dc16fae8e21bf6f8cffa8')
 
 prepare() {

Modified: qt5-scxml/trunk/PKGBUILD
===================================================================
--- qt5-scxml/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-scxml/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Static and runtime integration of SCXML models into Qt code'
 depends=('qt5-declarative')
@@ -13,7 +13,7 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('dc6ece52669976836844b0d9bcf4910bca7b5d2c446c6755d7b9f79bfa1add6b')
 
 prepare() {

Modified: qt5-sensors/trunk/PKGBUILD
===================================================================
--- qt5-sensors/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-sensors/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides access to sensor hardware and motion gesture recognition'
 depends=('qt5-base')
@@ -14,7 +14,7 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('c53132847a1f70d5a4c5fe689a9943d8afae3f3648bf5b0d824015093addc5a6')
 
 prepare() {

Modified: qt5-serialbus/trunk/PKGBUILD
===================================================================
--- qt5-serialbus/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-serialbus/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Qt module for general purpose serial bus access'
 depends=('qt5-serialport')
@@ -13,7 +13,7 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('6b9286c9762341a48c636da62fecb7b76168a4634e44508b42c19eb0058a359a')
 
 prepare() {

Modified: qt5-serialport/trunk/PKGBUILD
===================================================================
--- qt5-serialport/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-serialport/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides access to hardware and virtual serial ports'
 depends=('qt5-base')
@@ -13,7 +13,7 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('59d4005695089c6b50fc5123094125d9224c1715655128640158a2404075a9bb')
 
 prepare() {

Modified: qt5-speech/trunk/PKGBUILD
===================================================================
--- qt5-speech/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-speech/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
 pkgdesc='Qt module to make text to speech and speech recognition easy'
 depends=(qt5-multimedia)
@@ -14,7 +14,7 @@
 optdepends=('flite: flite TTS backend' 'speech-dispatcher: speech-dispatcher TTS backend')
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('1939a2ece528b115e4682dba7fa7138c132c62bb88db7d1f3552c543a1e2a4fb')
 
 prepare() {

Modified: qt5-svg/trunk/PKGBUILD
===================================================================
--- qt5-svg/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-svg/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,13 +6,13 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Classes for displaying the contents of SVG files'
 depends=('qt5-base')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('ebe68d8ad73b6b8d8eabac81edcbf395838caf4d498d6b047c74b57341c3fbce')
 
 prepare() {

Modified: qt5-tools/trunk/PKGBUILD
===================================================================
--- qt5-tools/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-tools/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=2
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='A cross-platform application and UI framework (Development Tools, QtHelp)'
 depends=('qt5-base' 'hicolor-icon-theme')
@@ -15,7 +15,7 @@
 groups=('qt' 'qt5')
 conflicts=('qtchooser')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
         {assistant,designer,linguist,qdbusviewer}.desktop)
 sha256sums=('574ce34b6e5bcd5dce4020a3947730f3c2223eee65d0396a311099223364dac3'
             '8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'

Modified: qt5-translations/trunk/PKGBUILD
===================================================================
--- qt5-translations/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-translations/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('any')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='A cross-platform application and UI framework (Translations)'
 depends=('qt5-base')
@@ -13,7 +13,7 @@
 makedepends=('qt5-tools')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('5b4f186e0b96703041319b5b131393b6aa829ea74e067697ede548d936327508')
 
 prepare() {

Modified: qt5-virtualkeyboard/trunk/PKGBUILD
===================================================================
--- qt5-virtualkeyboard/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-virtualkeyboard/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3')
 pkgdesc='Virtual keyboard framework'
 depends=('qt5-declarative' 'qt5-svg' 'hunspell')
@@ -13,7 +13,7 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('db93b89ba13ec1a688850f456be9f10037033cebf7b4deb151ed9f5322d0d6da')
 
 prepare() {

Modified: qt5-wayland/trunk/PKGBUILD
===================================================================
--- qt5-wayland/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-wayland/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,13 +6,13 @@
 pkgver=${_qtver/-/}
 pkgrel=3
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides APIs for Wayland'
 depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland is needed for nvidia-libgl users
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('555c2d1b31733735d94c228f5f9183ea8216d61f85e30af08044763639d97ed7')
 
 prepare() {

Modified: qt5-webchannel/trunk/PKGBUILD
===================================================================
--- qt5-webchannel/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-webchannel/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients'
 depends=('qt5-declarative')
@@ -13,7 +13,7 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('851af30ab951c7543c82640f46686227b244331ebf9235f963edcb7e5a184bf0')
 
 prepare() {

Modified: qt5-webengine/trunk/PKGBUILD
===================================================================
--- qt5-webengine/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-webengine/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('LGPL3' 'LGPL2.1' 'BSD')
 pkgdesc='Provides support for web applications using the Chromium browser project'
 depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' 'libxss' 
@@ -14,7 +14,7 @@
 makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
          qtwebengine-harmony.patch
          qtbug-71370.patch::"http://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=20238f2c"
          qtbug-69605.patch::"http://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=721cd2d2")

Modified: qt5-webglplugin/trunk/PKGBUILD
===================================================================
--- qt5-webglplugin/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-webglplugin/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,13 +6,13 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
 pkgdesc='QPA plugin for running an application via a browser using streamed WebGL commands'
 depends=(qt5-websockets qt5-declarative)
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('65223ad13a46e38343a621459a60ea25bc9e74d6549bf62a2d54d839c66b652e')
 
 prepare() {

Modified: qt5-webkit/trunk/PKGBUILD
===================================================================
--- qt5-webkit/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-webkit/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -7,7 +7,7 @@
 pkgver=${_qtver/-/}
 pkgrel=22
 arch=(x86_64)
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
 pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
 depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite gst-plugins-base hyphen)

Modified: qt5-websockets/trunk/PKGBUILD
===================================================================
--- qt5-websockets/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-websockets/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides WebSocket communication compliant with RFC 6455'
 depends=('qt5-base')
@@ -14,7 +14,7 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('444da1c1d32910738a01b8251c1ccc3ffe4df148f125bb4af532b247ad74fc3f')
 
 prepare() {

Modified: qt5-webview/trunk/PKGBUILD
===================================================================
--- qt5-webview/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-webview/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides a way to display web content in a QML application'
 depends=('qt5-webengine')
@@ -13,7 +13,7 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('b7a82cc4edf9361d64155f0ec7848b37c947e0cfe9a9f03efe8af515c6326185')
 
 prepare() {

Modified: qt5-x11extras/trunk/PKGBUILD
===================================================================
--- qt5-x11extras/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-x11extras/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides platform-specific APIs for X11'
 depends=('qt5-base')
@@ -13,7 +13,7 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('06d4b4e9868d206f07ae4e884c46d46a5540172a85ce67d829fdb1fba7228b84')
 
 prepare() {

Modified: qt5-xmlpatterns/trunk/PKGBUILD
===================================================================
--- qt5-xmlpatterns/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ qt5-xmlpatterns/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -6,7 +6,7 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation'
 depends=('qt5-base')
@@ -15,7 +15,7 @@
 conflicts=('qtchooser')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('f36279bcafb8052a0b60edd473e1d341b4733a43eb26239848b4382303679375')
 
 prepare() {

Modified: shiboken2/trunk/PKGBUILD
===================================================================
--- shiboken2/trunk/PKGBUILD	2019-01-26 09:47:45 UTC (rev 344794)
+++ shiboken2/trunk/PKGBUILD	2019-01-26 10:18:24 UTC (rev 344795)
@@ -8,12 +8,12 @@
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
-url='http://qt-project.org/'
+url='https://www.qt.io'
 license=(GPL2 LGPL)
 pkgdesc='Generates bindings for C++ libraries using CPython source code'
 makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
 _pkgfqn=pyside-setup-everywhere-src-${_qtver}
-source=("http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
+source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
 sha256sums=('890149628a6c722343d6498a9f7e1906ce3c10edcaef0cc53cd682c1798bef51')
 
 prepare() {



More information about the arch-commits mailing list