summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-03-26 21:40:50 +0100
committerMartchus2019-03-26 21:40:50 +0100
commitb9b79e38b756c712424ff423ee3dc507477f3f65 (patch)
treeb3dffc973760ec45f3a2335b82dc7b9494437538
parent2605132649cf6b11f8d5fe4f18ba0431dea388f0 (diff)
downloadaur-b9b79e38b756c712424ff423ee3dc507477f3f65.tar.gz
Update to 5.12.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9207cf79fce7..97f02dc79035 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.12.1
+ pkgver = 5.12.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.12/5.12.1/submodules/qtremoteobjects-everywhere-src-5.12.1.tar.xz
- sha256sums = f18cfde8d060d76f5f56ffb701a27f6e0c39b5abdae3dbac933dbb41d191f740
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.2/submodules/qtremoteobjects-everywhere-src-5.12.2.tar.xz
+ sha256sums = 2ae04817cd67c8550ccc685e6db9ca78ed2d7ec0b90e1de28a9fd7cda88d9811
pkgname = mingw-w64-qt5-remoteobjects
diff --git a/PKGBUILD b/PKGBUILD
index 18695423900f..0e7328dddee2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_qt_module=qtremoteobjects
pkgname="mingw-w64-qt5-remoteobjects"
-pkgver=5.12.1
+pkgver=5.12.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=('f18cfde8d060d76f5f56ffb701a27f6e0c39b5abdae3dbac933dbb41d191f740')
+sha256sums=('2ae04817cd67c8550ccc685e6db9ca78ed2d7ec0b90e1de28a9fd7cda88d9811')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \