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 | 0fe3e161d74c0c78d4a408a06d671674f46d6b41 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 2dfb65e..0cb57fc 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') pkgdesc='Provides a set of easy to use chart components' 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=('9cd71c4a4c10611083ce8f16992c59666d51b5275cc1a79f324ee18579ced450') prepare() {