diff --git a/extra/qt4/PKGBUILD b/extra/qt4/PKGBUILD index 66a3e8175..af9fd61ee 100644 --- a/extra/qt4/PKGBUILD +++ b/extra/qt4/PKGBUILD @@ -11,9 +11,9 @@ pkgname=qt4 pkgver=4.8.7 -pkgrel=27 +pkgrel=28 arch=('x86_64') -url='http://qt-project.org/' +url='https://www.qt.io' license=('GPL3' 'LGPL' 'FDL' 'custom') pkgdesc='A cross-platform application and UI framework' depends=('sqlite' 'ca-certificates' 'fontconfig' 'libgl' 'libxrandr' 'libxv' 'libxi' 'alsa-lib' @@ -32,7 +32,7 @@ options=('!distcc') replaces=('qt<=4.8.4') conflicts=('qt') _pkgfqn="qt-everywhere-opensource-src-${pkgver}" -source=("http://download.qt.io/archive/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz" +source=("https://download.qt.io/archive/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz" 'qtconfig-qt4.desktop' 'assistant-qt4.desktop' 'designer-qt4.desktop' 'linguist-qt4.desktop' 'qdbusviewer-qt4.desktop' 'improve-cups-support.patch'