summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-01-07 14:25:55 +0100
committerMartchus2023-01-07 14:25:55 +0100
commit7c7a28690910062121335acd8052ea986bb94e07 (patch)
tree219da9ecdd5bc0f36b91b437f4a9663055cd47bd
parent36409db051f7bd762c1c3cf67c45b6b06409720d (diff)
downloadaur-7c7a28690910062121335acd8052ea986bb94e07.tar.gz
Update to 5.15.8
-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 c4efcc4fa242..7c1d429861c2 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.7
+ pkgver = 5.15.8
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=e1faea1db52b91d90ef64dd57eb6529e323b5526
+ source = git+https://invent.kde.org/qt/qt/qtscxml#commit=0c93f94a44e2dce7eed9d17d4976b0c1e14be7bb
sha256sums = SKIP
pkgname = mingw-w64-qt5-scxml
diff --git a/PKGBUILD b/PKGBUILD
index cf21e9be9a86..25632676eba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
_qt_module=qtscxml
pkgname=mingw-w64-qt5-scxml
-pkgver=5.15.7
+pkgver=5.15.8
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=e1faea1db52b91d90ef64dd57eb6529e323b5526
+_commit=0c93f94a44e2dce7eed9d17d4976b0c1e14be7bb
_basever=$pkgver
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 34dd7fec0ebd..2e8636f3f9f8 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'mingw-w64-qt5-module';
\
-pkgver=5.15.7
+pkgver=5.15.8
pkgrel=1
arch=(<%== include 'fragments/mingw-w64-qt5-non_any_archs' %>)
pkgdesc="Static and runtime integration of SCXML models into Qt code (mingw-w64)"