summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-06-25 14:48:14 +0200
committerMartchus2018-06-25 14:48:14 +0200
commitccb4f826161a7097f1a68874e88265df8b8b5bc7 (patch)
tree276ab9dbf2b353862a0a68e02cc8298bf5c703ff
parentb387862ed3234a4cc3349608ca9443dc535d0c11 (diff)
downloadaur-ccb4f826161a7097f1a68874e88265df8b8b5bc7.tar.gz
Update to 5.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7960ca6805ba..8637200ef4c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-webchannel
pkgdesc = Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients (mingw-w64)
- pkgver = 5.11.0
+ pkgver = 5.11.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-qt5-webchannel
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.11/5.11.0/submodules/qtwebchannel-everywhere-src-5.11.0.tar.xz
- sha256sums = b0761a3b8260bae7f76bf26626ccd1d4ee92541d7c5d53d1958c88b9f92dca15
+ source = https://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtwebchannel-everywhere-src-5.11.1.tar.xz
+ sha256sums = b9a476af15ae0c68a930f0b0aa8d988b8dc3e63c3d2134abebbf2148d6942e87
pkgname = mingw-w64-qt5-webchannel
diff --git a/PKGBUILD b/PKGBUILD
index 7e4de40eedb3..5e22dd3bf09c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_qt_module=qtwebchannel
pkgname=mingw-w64-qt5-webchannel
-pkgver=5.11.0
+pkgver=5.11.1
pkgrel=1
arch=('any')
pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients (mingw-w64)'
@@ -21,7 +21,7 @@ url='https://www.qt.io/'
_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
groups=('mingw-w64-qt5')
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('b0761a3b8260bae7f76bf26626ccd1d4ee92541d7c5d53d1958c88b9f92dca15')
+sha256sums=('b9a476af15ae0c68a930f0b0aa8d988b8dc3e63c3d2134abebbf2148d6942e87')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \