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 | fa1d0ce3b6e9e27e01583ecfb84f8fd1ee8376a7 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 0fbf798..cc853df 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='Provides platform-specific APIs for X11' depends=('qt5-base') 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=('06d4b4e9868d206f07ae4e884c46d46a5540172a85ce67d829fdb1fba7228b84') prepare() {