git » qt5-networkauth.git » commit 474c7a7

Update URLs

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

Update URLs

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 18bb209..c126545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ _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='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() {