diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-02-01 14:39:40 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-02-03 09:11:59 +0100 |
commit | ec12a1dfb0e96e999504c75c70304d0b41fe44ac (patch) | |
tree | fee8c898b14edb515f613d33013adf3f26f167e6 /community/qt5-qtwebchannel/APKBUILD | |
parent | 53942d5e161fdabf3bc82e0e44c13f09b2dddd24 (diff) | |
download | aports-ec12a1dfb0e96e999504c75c70304d0b41fe44ac.tar.bz2 aports-ec12a1dfb0e96e999504c75c70304d0b41fe44ac.tar.xz |
qt5: update url to use "https"
Diffstat (limited to 'community/qt5-qtwebchannel/APKBUILD')
-rw-r--r-- | community/qt5-qtwebchannel/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qt5-qtwebchannel/APKBUILD b/community/qt5-qtwebchannel/APKBUILD index 59d199a11a..c7e761b23f 100644 --- a/community/qt5-qtwebchannel/APKBUILD +++ b/community/qt5-qtwebchannel/APKBUILD @@ -7,9 +7,9 @@ _ver=${pkgver/_/-} _ver=${_ver/beta0/beta} _ver=${_ver/rc0/rc} _v=${_ver/rc/RC} -pkgrel=0 +pkgrel=1 pkgdesc="library for seamless integration of C++ +and QML applications with HTML/JavaScript clients." -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 @@ -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/qtwebchannel-everywhere-src-$_v.tar.xz" +source="https://download.qt.io/$_rel/qt/${pkgver%.*}/$_ver/submodules/qtwebchannel-everywhere-src-$_v.tar.xz" builddir="$srcdir"/$_pkgname-${_v%-*} |