author | Antonio Rojas
<arojas@archlinux.org> 2019-01-26 10:18:24 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-01-26 10:18:24 UTC |
parent | 1da22b2f527181df07e0ae396bc25c34f576a71f |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 4b669dd..2a8a025 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='Static and runtime integration of SCXML models into Qt code' 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=('dc6ece52669976836844b0d9bcf4910bca7b5d2c446c6755d7b9f79bfa1add6b') prepare() {