aboutsummaryrefslogtreecommitdiffstats
path: root/community/qt5-qtconnectivity/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qt5-qtconnectivity/APKBUILD')
-rw-r--r--community/qt5-qtconnectivity/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qt5-qtconnectivity/APKBUILD b/community/qt5-qtconnectivity/APKBUILD
index e714fe181bd..bcc1d14e831 100644
--- a/community/qt5-qtconnectivity/APKBUILD
+++ b/community/qt5-qtconnectivity/APKBUILD
@@ -7,9 +7,9 @@ _ver=${pkgver/_/-}
_ver=${_ver/beta0/beta}
_ver=${_ver/rc0/rc}
_V=${_ver/rc/RC}
-pkgrel=0
+pkgrel=1
pkgdesc="QT5 Connectivity Compontents"
-url="http://qt-project.org/"
+url="https://www.qt.io/developers/"
arch="all"
license="LGPL-2.0 with exceptions or GPL-3.0 with exceptions"
options="!check" #upstream does not provide check
@@ -20,7 +20,7 @@ case $pkgver in
*_beta*|*_rc*) _rel=development_releases;;
*) _rel=official_releases;;
esac
-source="http://download.qt-project.org/$_rel/qt/${pkgver%.*}/$_ver/submodules/$_pkgname-$_V.tar.xz"
+source="https://download.qt.io/$_rel/qt/${pkgver%.*}/$_ver/submodules/$_pkgname-$_V.tar.xz"
builddir="$srcdir"/$_pkgname-${_V%-*}