summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:54:26 +0100
committerMartchus2016-02-03 23:54:26 +0100
commit66546623c7d6adca7e1167e14e44acdd01fcde28 (patch)
tree3425c329ddac5dbd237d793cdf4bcf283c304603
parent07e77e841aea8c440e21b53b6952fbf2e4676b9f (diff)
downloadaur-66546623c7d6adca7e1167e14e44acdd01fcde28.tar.gz
updated version (to 5.5.1), URL and description
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 15 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 380f0a3d4607..0618dc3d4b6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 22:50:59 UTC 2016
pkgbase = mingw-w64-qt5-websockets
- pkgdesc = Qt5 for Windows -- QtWebSockets module (mingw-w64)
- pkgver = 5.5.0
+ pkgdesc = Provides WebSocket communication compliant with RFC 6455 (mingw-w64)
+ pkgver = 5.5.1
pkgrel = 1
- url = http://qt-project.org/
+ url = https://www.qt.io/
arch = any
license = GPL3
license = LGPL
@@ -11,8 +13,8 @@ pkgbase = mingw-w64-qt5-websockets
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.5/5.5.0/submodules/qtwebsockets-opensource-src-5.5.0.tar.xz
- md5sums = aa7b160a4b97fafe71d5546c20715b8f
+ source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebsockets-opensource-src-5.5.1.tar.xz
+ md5sums = cd4083945b76b075bc67dcc38e411d04
pkgname = mingw-w64-qt5-websockets
diff --git a/PKGBUILD b/PKGBUILD
index ee455262dd5a..35100bbd72db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: ant32 <antreimer@gmail.com>
+
_qt_module=qtwebsockets
pkgname="mingw-w64-qt5-websockets"
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=('any')
-pkgdesc="Qt5 for Windows -- QtWebSockets module (mingw-w64)"
+pkgdesc="Provides WebSocket communication compliant with RFC 6455 (mingw-w64)"
depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
license=('GPL3' 'LGPL')
-url="http://qt-project.org/"
+url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('aa7b160a4b97fafe71d5546c20715b8f')
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('cd4083945b76b075bc67dcc38e411d04')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"