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 | 1c03dd78286f7f9b4a958af289ce29a87d2d18b2 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index e4832b6..4e62eaa 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='Support for XPath, XQuery, XSLT and XML schema validation' depends=('qt5-base') @@ -15,7 +15,7 @@ optdepends=('qt5-declarative: QML bindings') conflicts=('qtchooser') 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=('f36279bcafb8052a0b60edd473e1d341b4733a43eb26239848b4382303679375') prepare() {