summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-07-06 23:13:16 +0200
committerMartchus2017-07-06 23:13:16 +0200
commit5bbe402965cb861a9319691f1feb3399034bb440 (patch)
treef21d09caadf9de1457ada7600fc409090b649df7
parent4dc76b8701e23196f80d532e8f3aab5650d8ed5b (diff)
downloadaur-5bbe402965cb861a9319691f1feb3399034bb440.tar.gz
Update to 5.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95d53c8e83ce..eaf5c0e300e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 8 19:42:47 UTC 2017
+# Thu Jul 6 21:13:16 UTC 2017
pkgbase = mingw-w64-qt5-scxml
pkgdesc = Static and runtime integration of SCXML models into Qt code (mingw-w64)
- pkgver = 5.9.0
+ pkgver = 5.9.1
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -20,8 +20,8 @@ pkgbase = mingw-w64-qt5-scxml
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtscxml-opensource-src-5.9.0.tar.xz
- sha256sums = 64596100756c238434e2d213c6c123987b751fd6f26dfa39f146463028b45238
+ source = https://download.qt.io/official_releases/qt/5.9/5.9.1/submodules/qtscxml-opensource-src-5.9.1.tar.xz
+ sha256sums = 409758206d1381f262e879d8bde72c147f36f04af2be58986b5a61581e376bd4
pkgname = mingw-w64-qt5-scxml
diff --git a/PKGBUILD b/PKGBUILD
index 0ef3a427cddc..811755d92cd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtscxml
pkgname="mingw-w64-qt5-scxml"
-pkgver=5.9.0
+pkgver=5.9.1
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}-opensource-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('64596100756c238434e2d213c6c123987b751fd6f26dfa39f146463028b45238')
+sha256sums=('409758206d1381f262e879d8bde72c147f36f04af2be58986b5a61581e376bd4')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \
@@ -30,7 +30,7 @@ _architectures='i686-w64-mingw32 x86_64-w64-mingw32'
optdepends+=('mingw-w64-qt5-base-static: use of static libraries') \
_configurations+=('CONFIG+=static')
[[ $NO_SHARED_LIBS ]] || \
- _configurations+=('CONFIG+=shared')
+ _configurations+=('CONFIG+=actually_a_shared_build CONFIG+=shared')
build() {
cd "${srcdir}/${_pkgfqn}"