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 | 314f1c1dd6ed0c5699dc3f37ce277540f6af9aa2 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index f608c4f..a20112f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,14 +6,14 @@ _qtver=5.12.0 pkgver=${_qtver/-/} pkgrel=1 arch=('any') -url='http://qt-project.org/' +url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom') pkgdesc='A cross-platform application and UI framework (Translations)' depends=('qt5-base') makedepends=('qt5-tools') 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=('5b4f186e0b96703041319b5b131393b6aa829ea74e067697ede548d936327508') prepare() {