summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-12-24 13:06:51 +0100
committerMartchus2016-12-24 13:06:51 +0100
commit29ff9d36d6bb3d95e2c763eb8c35e63608dd3e08 (patch)
treea3cbf7cdbe67e5d81dc316ab6780a58c28b2cc19
parent40b0cf966e14aaf15ea78663d55269b4f16f3766 (diff)
downloadaur-29ff9d36d6bb3d95e2c763eb8c35e63608dd3e08.tar.gz
Update to 5.7.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d47f615b434b..80ce27f0e1b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 8 19:41:08 UTC 2016
+# Sat Dec 24 12:06:51 UTC 2016
pkgbase = mingw-w64-qt5-charts
pkgdesc = Provides a set of easy to use chart components (mingw-w64)
- pkgver = 5.7.0
- pkgrel = 3
+ pkgver = 5.7.1
+ pkgrel = 1
url = https://www.qt.io/
arch = any
license = GPL3
@@ -19,8 +19,8 @@ pkgbase = mingw-w64-qt5-charts
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.7/5.7.0/submodules/qtcharts-opensource-src-5.7.0.tar.xz
- md5sums = 9b4f6931c946b8dc1fad97bf8c30f485
+ source = https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtcharts-opensource-src-5.7.1.tar.xz
+ md5sums = 05a6a003adf9102ecc86a5b3ca03fe6f
pkgname = mingw-w64-qt5-charts
diff --git a/PKGBUILD b/PKGBUILD
index b638dac2bcc8..7c34499f09fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
_qt_module=qtcharts
pkgname="mingw-w64-qt5-charts"
-pkgver=5.7.0
-pkgrel=3
+pkgver=5.7.1
+pkgrel=1
arch=('any')
pkgdesc="Provides a set of easy to use chart components (mingw-w64)"
depends=('mingw-w64-qt5-base')
@@ -20,7 +20,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=('9b4f6931c946b8dc1fad97bf8c30f485')
+md5sums=('05a6a003adf9102ecc86a5b3ca03fe6f')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \