summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-12-14 01:06:28 +0100
committerMartchus2017-12-14 01:06:28 +0100
commit07e4cd68fcd76a3a9e44affb35433963dc87fd49 (patch)
tree59c2e16054c759ac4c4ea97af4c857a7a09c7dbd
parent17a92a22cb4d112a1ea3283a5123b17b0307b270 (diff)
downloadaur-07e4cd68fcd76a3a9e44affb35433963dc87fd49.tar.gz
Update to 5.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dd8533b3d9c..680d80556887 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 16 17:36:29 UTC 2017
+# Thu Dec 14 00:06:28 UTC 2017
pkgbase = mingw-w64-qt5-websockets
pkgdesc = Provides WebSocket communication compliant with RFC 6455 (mingw-w64)
- pkgver = 5.9.2
+ pkgver = 5.10.0
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -19,8 +19,8 @@ pkgbase = mingw-w64-qt5-websockets
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.9/5.9.2/submodules/qtwebsockets-opensource-src-5.9.2.tar.xz
- sha256sums = afddc1bd915ea47ccbec968a7af02e2a5405c717830e4671924fe35b55e81674
+ source = https://download.qt.io/official_releases/qt/5.10/5.10.0/submodules/qtwebsockets-everywhere-src-5.10.0.tar.xz
+ sha256sums = 17ab0fa22007e5485bf98cb5fef5387628274548d5e96923f45d097838f49403
pkgname = mingw-w64-qt5-websockets
diff --git a/PKGBUILD b/PKGBUILD
index e5340ad0afde..823a66d5ae30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtwebsockets
pkgname="mingw-w64-qt5-websockets"
-pkgver=5.9.2
+pkgver=5.10.0
pkgrel=1
arch=('any')
pkgdesc="Provides WebSocket communication compliant with RFC 6455 (mingw-w64)"
@@ -19,9 +19,9 @@ options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')
license=('GPL3' 'LGPL' 'FDL' 'custom')
url='https://www.qt.io/'
-_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('afddc1bd915ea47ccbec968a7af02e2a5405c717830e4671924fe35b55e81674')
+_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('17ab0fa22007e5485bf98cb5fef5387628274548d5e96923f45d097838f49403')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \