summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-12-11 18:59:06 +0000
committerMartchus2018-12-11 18:59:06 +0000
commitf051f0a0110c4f24ca77a01c6f2ac61b3d0063c5 (patch)
treef3cde0dfd41b5f3f50c402ffd74cfd1f123b2b33
parente8433796b62a17f83f2ed78037f2c62e890ca16e (diff)
downloadaur-f051f0a0110c4f24ca77a01c6f2ac61b3d0063c5.tar.gz
Update to 5.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f507e25f01de..8a2a156b77a7 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.11.2
+ pkgver = 5.12.0
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -18,8 +18,8 @@ pkgbase = mingw-w64-qt5-scxml
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.11/5.11.2/submodules/qtscxml-everywhere-src-5.11.2.tar.xz
- sha256sums = d625cb2149f5bfef5747b1d40b22327fd36132307c8b76d358f235d5422ff7a4
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.0/submodules/qtscxml-everywhere-src-5.12.0.tar.xz
+ sha256sums = dc6ece52669976836844b0d9bcf4910bca7b5d2c446c6755d7b9f79bfa1add6b
pkgname = mingw-w64-qt5-scxml
diff --git a/PKGBUILD b/PKGBUILD
index d3c3ba20b53c..71b20a3f6695 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtscxml
pkgname="mingw-w64-qt5-scxml"
-pkgver=5.11.2
+pkgver=5.12.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Static and runtime integration of SCXML models into Qt code (mingw-w64)"
@@ -22,7 +22,7 @@ license=('GPL3' 'LGPL3' 'FDL' 'custom')
url='https://www.qt.io/'
_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('d625cb2149f5bfef5747b1d40b22327fd36132307c8b76d358f235d5422ff7a4')
+sha256sums=('dc6ece52669976836844b0d9bcf4910bca7b5d2c446c6755d7b9f79bfa1add6b')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \