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 | 4a9311e70a818e2334c92d04e1f7d5bff51daba2 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 712cc4c..6e4a2c8 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 access to hardware and virtual serial ports' 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=('59d4005695089c6b50fc5123094125d9224c1715655128640158a2404075a9bb') prepare() {