summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-07-06 23:13:16 +0200
committerMartchus2017-07-06 23:13:16 +0200
commit85f297a4c2cc3b227f9a58f645e59daf6a901b43 (patch)
tree00b8a50a3081edd6a27044b96ca4693578041968
parent120256eabaa5c43502c14ec6e323eb5c674845c7 (diff)
downloadaur-85f297a4c2cc3b227f9a58f645e59daf6a901b43.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 cabdbb9d1a6a..4079a46bb92d 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-charts
pkgdesc = Provides a set of easy to use chart components (mingw-w64)
- pkgver = 5.9.0
+ pkgver = 5.9.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -21,8 +21,8 @@ pkgbase = mingw-w64-qt5-charts
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtcharts-opensource-src-5.9.0.tar.xz
- sha256sums = 74e86e3ad7de57dff0e41cc31c024a93421c3a349e5434f3b56c572f3533a89e
+ source = https://download.qt.io/official_releases/qt/5.9/5.9.1/submodules/qtcharts-opensource-src-5.9.1.tar.xz
+ sha256sums = 7328cbdc138a0b40f874bb8db36e0aee7cdf1c93263e3a184471867876710da0
pkgname = mingw-w64-qt5-charts
diff --git a/PKGBUILD b/PKGBUILD
index d20ae79041dd..cee3002193f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_qt_module=qtcharts
pkgname="mingw-w64-qt5-charts"
-pkgver=5.9.0
+pkgver=5.9.1
pkgrel=1
arch=('any')
pkgdesc="Provides a set of easy to use chart components (mingw-w64)"
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL' '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=('74e86e3ad7de57dff0e41cc31c024a93421c3a349e5434f3b56c572f3533a89e')
+sha256sums=('7328cbdc138a0b40f874bb8db36e0aee7cdf1c93263e3a184471867876710da0')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \
@@ -29,7 +29,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}"