git » qt5-speech.git » commit 0a73c08

Update URLs

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

Update URLs

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 5c6cfc9..b59a11f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _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='Qt module to make text to speech and speech recognition easy'
 depends=(qt5-multimedia)
@@ -14,7 +14,7 @@ makedepends=(flite speech-dispatcher)
 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() {