aboutsummaryrefslogtreecommitdiffstats
path: root/community/qt5-qtwebsockets/APKBUILD
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-02-01 14:39:40 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-02-03 09:11:59 +0100
commitec12a1dfb0e96e999504c75c70304d0b41fe44ac (patch)
treefee8c898b14edb515f613d33013adf3f26f167e6 /community/qt5-qtwebsockets/APKBUILD
parent53942d5e161fdabf3bc82e0e44c13f09b2dddd24 (diff)
qt5: update url to use "https"
Diffstat (limited to 'community/qt5-qtwebsockets/APKBUILD')
-rw-r--r--community/qt5-qtwebsockets/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/qt5-qtwebsockets/APKBUILD b/community/qt5-qtwebsockets/APKBUILD
index b47cedca334..0e40ef2a6c3 100644
--- a/community/qt5-qtwebsockets/APKBUILD
+++ b/community/qt5-qtwebsockets/APKBUILD
@@ -8,9 +8,9 @@ _ver=${_ver/_/-}
_ver=${_ver/beta0/beta}
_ver=${_ver/rc0/rc}
_V=${_ver/rc/RC}
-pkgrel=0
+pkgrel=1
pkgdesc="Provides WebSocket communication compliant with RFC 6455"
-url="http://qt-project.org/"
+url="https://www.qt.io/developers/"
arch="all"
license="GPL-3.0"
makedepends="qt5-qtbase-dev"