summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-06-08 21:42:47 +0200
committerMartchus2017-06-08 21:42:47 +0200
commit120256eabaa5c43502c14ec6e323eb5c674845c7 (patch)
tree087208ae67969e1f14149756c7416b9ac88165b3
parent98d2c6e9763b68402724484f18b7cfa3d1b56364 (diff)
downloadaur-120256eabaa5c43502c14ec6e323eb5c674845c7.tar.gz
Update to 5.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04ce3756bea3..cabdbb9d1a6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 9 20:00:58 UTC 2017
+# Thu Jun 8 19:42:47 UTC 2017
pkgbase = mingw-w64-qt5-charts
pkgdesc = Provides a set of easy to use chart components (mingw-w64)
- pkgver = 5.8.0
+ pkgver = 5.9.0
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.8/5.8.0/submodules/qtcharts-opensource-src-5.8.0.tar.xz
- md5sums = f7571b774a4f42c627ae9a8259dd8ace
+ source = https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtcharts-opensource-src-5.9.0.tar.xz
+ sha256sums = 74e86e3ad7de57dff0e41cc31c024a93421c3a349e5434f3b56c572f3533a89e
pkgname = mingw-w64-qt5-charts
diff --git a/PKGBUILD b/PKGBUILD
index adc6146f5e0f..d20ae79041dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_qt_module=qtcharts
pkgname="mingw-w64-qt5-charts"
-pkgver=5.8.0
+pkgver=5.9.0
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")
-md5sums=('f7571b774a4f42c627ae9a8259dd8ace')
+sha256sums=('74e86e3ad7de57dff0e41cc31c024a93421c3a349e5434f3b56c572f3533a89e')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \