summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-11-01 13:38:53 +0100
committerMartchus2022-11-01 13:38:53 +0100
commit36409db051f7bd762c1c3cf67c45b6b06409720d (patch)
tree7c15972566fa843b6c5fee4636e4d8c423aa88e8
parent64382a4bccf2ede5fce63b12f7083322cbc578c2 (diff)
downloadaur-36409db051f7bd762c1c3cf67c45b6b06409720d.tar.gz
Update/rebase to 5.15.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
-rw-r--r--PKGBUILD.sh.ep2
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fb05fefc20a..c4efcc4fa242 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.6+kde+r0
+ pkgver = 5.15.7
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=631fd7bcc34802b7650c2b1dc73691463954d982
+ source = git+https://invent.kde.org/qt/qt/qtscxml#commit=e1faea1db52b91d90ef64dd57eb6529e323b5526
sha256sums = SKIP
pkgname = mingw-w64-qt5-scxml
diff --git a/PKGBUILD b/PKGBUILD
index 44b0524a127c..cf21e9be9a86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,16 +9,15 @@
_qt_module=qtscxml
pkgname=mingw-w64-qt5-scxml
-pkgver=5.15.6
+pkgver=5.15.7
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=631fd7bcc34802b7650c2b1dc73691463954d982
+_commit=e1faea1db52b91d90ef64dd57eb6529e323b5526
_basever=$pkgver
-pkgver+=+kde+r0
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index cf9ab9d898dd..34dd7fec0ebd 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'mingw-w64-qt5-module';
\
-pkgver=5.15.6
+pkgver=5.15.7
pkgrel=1
arch=(<%== include 'fragments/mingw-w64-qt5-non_any_archs' %>)
pkgdesc="Static and runtime integration of SCXML models into Qt code (mingw-w64)"