summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-01-09 17:38:31 +0100
committerMartchus2024-01-09 17:38:31 +0100
commita9e9930c66e7abb98d8f19e326b32009db306a3d (patch)
tree2dc33f401b2d939634c0955ae2ac8aa24a89c0e4
parent9e484e925f46dca098f77629b810365e9323784f (diff)
downloadaur-a9e9930c66e7abb98d8f19e326b32009db306a3d.tar.gz
Update to 5.15.12
-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 86fe104b04f3..b512959d6674 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.11
+ pkgver = 5.15.12
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=e8727aabe55526956295407d27317ec15e12b283
+ source = git+https://invent.kde.org/qt/qt/qtscxml#commit=3f56c6b4bd1e3883581340243b4a7289807fffc9
sha256sums = SKIP
pkgname = mingw-w64-qt5-scxml
diff --git a/PKGBUILD b/PKGBUILD
index eae588e32a39..de017f4a9e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
_qt_module=qtscxml
pkgname=mingw-w64-qt5-scxml
-pkgver=5.15.11
+pkgver=5.15.12
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=e8727aabe55526956295407d27317ec15e12b283
+_commit=3f56c6b4bd1e3883581340243b4a7289807fffc9
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 9d587a9dcfda..7abbfc02bb8e 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'mingw-w64-qt5-module';
\
-pkgver=5.15.11
+pkgver=5.15.12
pkgrel=1
arch=(<%== include 'fragments/mingw-w64-qt5-non_any_archs' %>)
pkgdesc="Static and runtime integration of SCXML models into Qt code (mingw-w64)"