git » qt5-quickcontrols2.git » commit 6d007df

Update URLs

author Antonio Rojas
2019-01-26 10:18:24 UTC
committer Antonio Rojas
2019-01-26 10:18:24 UTC
parent b2d1ab62bebeb0716ca145d5634b75473bc72ee7

Update URLs

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index d18c90a..4f1555a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ _qtver=5.12.0
 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')
 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() {