summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-06-22 20:36:06 +0200
committerMartchus2016-06-22 20:36:06 +0200
commitf0b01c9470ac4e4ff25f6a893430a03fee362d2d (patch)
tree5e2e5e225dfc45a31215476ec1feb0a632cb48d9
parent00ed8d3305f213db2fb182e159264862ac53a55b (diff)
downloadaur-f0b01c9470ac4e4ff25f6a893430a03fee362d2d.tar.gz
Update to 5.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cf986d61435..5a7f5825be87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 16 08:09:03 UTC 2016
+# Wed Jun 22 18:36:06 UTC 2016
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.6.0
+ pkgver = 5.7.0
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.6/5.6.0/submodules/qtwebchannel-opensource-src-5.6.0.tar.xz
- md5sums = beb03f280b0b58744713d309f1ceb542
+ source = https://download.qt.io/official_releases/qt/5.7/5.7.0/submodules/qtwebchannel-opensource-src-5.7.0.tar.xz
+ md5sums = dd7699ddeb203d77237ab58a06f9fbfa
pkgname = mingw-w64-qt5-webchannel
diff --git a/PKGBUILD b/PKGBUILD
index 1412463316a6..be319ca34073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_qt_module=qtwebchannel
pkgname=mingw-w64-qt5-webchannel
-pkgver=5.6.0
+pkgver=5.7.0
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)'
@@ -17,7 +17,7 @@ url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
groups=(mingw-w64-qt mingw-w64-qt5)
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('beb03f280b0b58744713d309f1ceb542')
+md5sums=('dd7699ddeb203d77237ab58a06f9fbfa')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {