diff options
Diffstat (limited to 'community/qt5-qtwebsockets')
-rw-r--r-- | community/qt5-qtwebsockets/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/qt5-qtwebsockets/APKBUILD b/community/qt5-qtwebsockets/APKBUILD index a8f9d502bf..1e0dbabe8f 100644 --- a/community/qt5-qtwebsockets/APKBUILD +++ b/community/qt5-qtwebsockets/APKBUILD @@ -22,7 +22,7 @@ case $pkgver in *) _rel=official_releases;; esac options="!check" -source="http://download.qt.io/official_releases/qt/${pkgver%.*}/$_ver/submodules/$_pkgname-$_ver.tar.xz" +source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$_ver/submodules/$_pkgname-$_ver.tar.xz" builddir="$srcdir"/$_pkgname-${_V%-*} |