summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-09-25 15:27:50 +0200
committerMartchus2018-09-25 15:27:50 +0200
commit70158dc35e3d6e6e60b6777bc7470be3d07d1ddf (patch)
treedeb2a06cf49b6467c712a4f3ded4517634334c34
parent3f59cca622a74aabb33d20504e3cd7bdcb5b925b (diff)
downloadaur-70158dc35e3d6e6e60b6777bc7470be3d07d1ddf.tar.gz
Update to 5.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e097ea51e7ed..a7d1d37ffcf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-remoteobjects
pkgdesc = Inter-process communication (IPC) module developed for Qt (mingw-w64)
- pkgver = 5.11.1
+ pkgver = 5.11.2
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -19,8 +19,8 @@ pkgbase = mingw-w64-qt5-remoteobjects
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtremoteobjects-everywhere-src-5.11.1.tar.xz
- sha256sums = eb2d69c662cd828a11d248e61742e3e494507e640757ec63dc64db24867069fb
+ source = https://download.qt.io/official_releases/qt/5.11/5.11.2/submodules/qtremoteobjects-everywhere-src-5.11.2.tar.xz
+ sha256sums = f2bc6d65f4d4b90fc222c0fd0539120f29452b6d336171930f90e5129cd25c19
pkgname = mingw-w64-qt5-remoteobjects
diff --git a/PKGBUILD b/PKGBUILD
index 4a2330aaab08..9336a1b888ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_qt_module=qtremoteobjects
pkgname="mingw-w64-qt5-remoteobjects"
-pkgver=5.11.1
+pkgver=5.11.2
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Inter-process communication (IPC) module developed for Qt (mingw-w64)"
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL' 'FDL' 'custom')
url='https://www.qt.io/'
_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('eb2d69c662cd828a11d248e61742e3e494507e640757ec63dc64db24867069fb')
+sha256sums=('f2bc6d65f4d4b90fc222c0fd0539120f29452b6d336171930f90e5129cd25c19')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \