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 | 9063ce8f6af1c0eaee8e60f7b5f55a33ace64e06 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 89347e7..773cf40 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='Provides access to sensor hardware and motion gesture recognition' depends=('qt5-base') @@ -14,7 +14,7 @@ makedepends=('qt5-declarative') optdepends=('qt5-declarative: QML bindings') 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=('c53132847a1f70d5a4c5fe689a9943d8afae3f3648bf5b0d824015093addc5a6') prepare() {