summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-11-09 23:11:55 +0100
committerMartchus2019-11-09 23:11:55 +0100
commitc6cea34301268479d6e54f1a8210095ae84c5b1e (patch)
tree47033f046fb8f6a2f163f4dc8787b2556b046625
parent44409132f1783cfc9ce3da7c843aa742457f7f87 (diff)
downloadaur-c6cea34301268479d6e54f1a8210095ae84c5b1e.tar.gz
Update to 5.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c3f02326dbd..76e91728c651 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.13.1
+ pkgver = 5.13.2
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.13/5.13.1/submodules/qtscxml-everywhere-src-5.13.1.tar.xz
- sha256sums = 0669ede4e1373199893308362b9a0ba828f570a578dca52e1f17d1d622612511
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.2/submodules/qtscxml-everywhere-src-5.13.2.tar.xz
+ sha256sums = e489dff21e18c1e7f72ffd31af82404f845bd90824c6b978140591366398a9d9
pkgname = mingw-w64-qt5-scxml
diff --git a/PKGBUILD b/PKGBUILD
index 75a3ccd2ea64..95d2af6638c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtscxml
pkgname="mingw-w64-qt5-scxml"
-pkgver=5.13.1
+pkgver=5.13.2
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=('0669ede4e1373199893308362b9a0ba828f570a578dca52e1f17d1d622612511')
+sha256sums=('e489dff21e18c1e7f72ffd31af82404f845bd90824c6b978140591366398a9d9')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \