git » qt5-quickcontrols.git » commit 1d5ea6f

Update URLs

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

Update URLs

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index e3dd283..3a15cbd 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='Reusable Qt Quick based UI controls to create classic desktop-style user interfaces'
 depends=('qt5-declarative')
 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() {