diff options
Diffstat (limited to 'community/qt5-qtquickcontrols2/APKBUILD')
-rw-r--r-- | community/qt5-qtquickcontrols2/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qt5-qtquickcontrols2/APKBUILD b/community/qt5-qtquickcontrols2/APKBUILD index 473e5e043f..95e4799c4a 100644 --- a/community/qt5-qtquickcontrols2/APKBUILD +++ b/community/qt5-qtquickcontrols2/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 - module with set of QtQuick controls for embedded" -url="http://qt-project.org/" +url="https://www.qt.io/developers/" arch="all !armhf" # armhf blocked by qt5-qtdeclarative license="LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0" options="!check" #upstream does not provide check @@ -21,7 +21,7 @@ case $pkgver in *_beta*|*_rc*) _rel=development_releases;; *) _rel=official_releases;; esac -source="http://download.qt-project.org/$_rel/qt/${pkgver%.*}/$_ver/submodules/qtquickcontrols2-everywhere-src-$_v.tar.xz" +source="https://download.qt.io/$_rel/qt/${pkgver%.*}/$_ver/submodules/qtquickcontrols2-everywhere-src-$_v.tar.xz" builddir="$srcdir/$_pkgname-${_v%-*}" |