summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-02-05 21:23:20 +0100
committerMartchus2019-02-05 21:23:20 +0100
commit2605132649cf6b11f8d5fe4f18ba0431dea388f0 (patch)
treed2dfc6a36cdfd5a3c1276708f8371a27b6a01d4b
parent0cd39ca3eccd45b043722f6766695e8496e7d584 (diff)
downloadaur-2605132649cf6b11f8d5fe4f18ba0431dea388f0.tar.gz
Update to 5.12.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a86f3a26b1f1..9207cf79fce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-qt5-remoteobjects
pkgdesc = Inter-process communication (IPC) module developed for Qt (mingw-w64)
- pkgver = 5.12.0
- pkgrel = 2
+ pkgver = 5.12.1
+ pkgrel = 1
url = https://www.qt.io/
arch = i686
arch = x86_64
@@ -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.0/submodules/qtremoteobjects-everywhere-src-5.12.0.tar.xz
- sha256sums = 0940d0a4a961b64f38c52a2e5638c2b3341fe46bd6bd88d1c638707f42159d5f
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtremoteobjects-everywhere-src-5.12.1.tar.xz
+ sha256sums = f18cfde8d060d76f5f56ffb701a27f6e0c39b5abdae3dbac933dbb41d191f740
pkgname = mingw-w64-qt5-remoteobjects
diff --git a/PKGBUILD b/PKGBUILD
index e2ca1c581b41..18695423900f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
_qt_module=qtremoteobjects
pkgname="mingw-w64-qt5-remoteobjects"
-pkgver=5.12.0
-pkgrel=2
+pkgver=5.12.1
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Inter-process communication (IPC) module developed for Qt (mingw-w64)"
depends=('mingw-w64-qt5-base')
@@ -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=('0940d0a4a961b64f38c52a2e5638c2b3341fe46bd6bd88d1c638707f42159d5f')
+sha256sums=('f18cfde8d060d76f5f56ffb701a27f6e0c39b5abdae3dbac933dbb41d191f740')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \