summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-09-10 20:53:55 +0200
committerMartchus2022-09-10 20:53:55 +0200
commit64382a4bccf2ede5fce63b12f7083322cbc578c2 (patch)
tree34496b8d45a9fe1e5b637d3745d1da65470cc645
parent872783e0adca3ed9940af4e2f82183de8eb71a22 (diff)
downloadaur-64382a4bccf2ede5fce63b12f7083322cbc578c2.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 804eb023eeee..7fb05fefc20a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-scxml
pkgdesc = Static and runtime integration of SCXML models into Qt code (mingw-w64)
- pkgver = 5.15.4+kde+r0
+ pkgver = 5.15.6+kde+r0
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-qt5-scxml
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qtscxml#commit=dcbd73cf3e8a07dbfa249d7db2257caafa83781b
+ source = git+https://invent.kde.org/qt/qt/qtscxml#commit=631fd7bcc34802b7650c2b1dc73691463954d982
sha256sums = SKIP
pkgname = mingw-w64-qt5-scxml
diff --git a/PKGBUILD b/PKGBUILD
index e3fff2a78313..44b0524a127c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
_qt_module=qtscxml
pkgname=mingw-w64-qt5-scxml
-pkgver=5.15.4
+pkgver=5.15.6
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Static and runtime integration of SCXML models into Qt code (mingw-w64)"
depends=('mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-_commit=dcbd73cf3e8a07dbfa249d7db2257caafa83781b
+_commit=631fd7bcc34802b7650c2b1dc73691463954d982
_basever=$pkgver
pkgver+=+kde+r0
makedepends+=('git')
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 1d803ed134c1..cf9ab9d898dd 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="Static and runtime integration of SCXML models into Qt code (mingw-w64)"