summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-09-10 20:54:25 +0200
committerMartchus2022-09-10 20:54:25 +0200
commit93d18ad3e29eafe3038ff2d9e77dff7cf35ab78d (patch)
tree74fef650427177e6eb99d7c3791a2627c37680f1
parenta0b8155db5848c4b230040110d44c4ef1143f1b6 (diff)
downloadaur-93d18ad3e29eafe3038ff2d9e77dff7cf35ab78d.tar.gz
Rebase against Qt 5.15.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--PKGBUILD.sh.ep2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59784afd37e9..7a91f0a3f306 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.15.4+kde+r0
+ pkgver = 5.15.6+kde+r0
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -18,7 +18,7 @@ pkgbase = mingw-w64-qt5-remoteobjects
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qtremoteobjects#commit=809412e1cc2151c21f843796ef67705600f6aafb
+ source = git+https://invent.kde.org/qt/qt/qtremoteobjects#commit=aa705010da0f658b78c1155babce7091ae44529a
sha256sums = SKIP
pkgname = mingw-w64-qt5-remoteobjects
diff --git a/PKGBUILD b/PKGBUILD
index efb8a0c291fa..ea712d7c82fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtremoteobjects
pkgname=mingw-w64-qt5-remoteobjects
-pkgver=5.15.4
+pkgver=5.15.6
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Inter-process communication (IPC) module developed for Qt (mingw-w64)"
@@ -17,7 +17,7 @@ depends=('mingw-w64-qt5-base')
optdepends=('mingw-w64-qt5-declarative: QML bindings')
makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-declarative')
license=('GPL3' 'LGPL' 'FDL' 'custom')
-_commit=809412e1cc2151c21f843796ef67705600f6aafb
+_commit=aa705010da0f658b78c1155babce7091ae44529a
_basever=$pkgver
pkgver+=+kde+r0
makedepends+=('git')
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 900c071b0eff..b0ccb6384f8b 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'mingw-w64-qt5-module';
\
-pkgver=5.15.4
+pkgver=5.15.6
pkgrel=1
arch=(<%== include 'fragments/mingw-w64-qt5-non_any_archs' %>)
pkgdesc="Inter-process communication (IPC) module developed for Qt (mingw-w64)"