summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-02-09 21:00:58 +0100
committerMartchus2017-02-09 21:00:58 +0100
commit98d2c6e9763b68402724484f18b7cfa3d1b56364 (patch)
tree304bf3ac60bac8b757924a3640d3f2dcd2c09440
parent29ff9d36d6bb3d95e2c763eb8c35e63608dd3e08 (diff)
downloadaur-98d2c6e9763b68402724484f18b7cfa3d1b56364.tar.gz
Update to 5.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80ce27f0e1b2..04ce3756bea3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
# Generated by mksrcinfo v8
-# Sat Dec 24 12:06:51 UTC 2016
+# Thu Feb 9 20:00:58 UTC 2017
pkgbase = mingw-w64-qt5-charts
pkgdesc = Provides a set of easy to use chart components (mingw-w64)
- pkgver = 5.7.1
+ pkgver = 5.8.0
pkgrel = 1
url = https://www.qt.io/
arch = any
+ groups = mingw-w64-qt5
license = GPL3
license = LGPL
license = FDL
@@ -14,13 +15,14 @@ pkgbase = mingw-w64-qt5-charts
makedepends = mingw-w64-qt5-declarative
makedepends = mingw-w64-qt5-base-static
depends = mingw-w64-qt5-base
+ depends = mingw-w64-pkg-config
optdepends = mingw-w64-qt5-declarative: QML bindings
optdepends = mingw-w64-qt5-base-static: use of static libraries
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtcharts-opensource-src-5.7.1.tar.xz
- md5sums = 05a6a003adf9102ecc86a5b3ca03fe6f
+ source = https://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qtcharts-opensource-src-5.8.0.tar.xz
+ md5sums = f7571b774a4f42c627ae9a8259dd8ace
pkgname = mingw-w64-qt5-charts
diff --git a/PKGBUILD b/PKGBUILD
index 7c34499f09fd..adc6146f5e0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,19 +8,20 @@
_qt_module=qtcharts
pkgname="mingw-w64-qt5-charts"
-pkgver=5.7.1
+pkgver=5.8.0
pkgrel=1
arch=('any')
pkgdesc="Provides a set of easy to use chart components (mingw-w64)"
-depends=('mingw-w64-qt5-base')
+depends=('mingw-w64-qt5-base' 'mingw-w64-pkg-config')
optdepends=('mingw-w64-qt5-declarative: QML bindings')
makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-declarative')
options=('!strip' '!buildflags' 'staticlibs')
+groups=('mingw-w64-qt5')
license=('GPL3' 'LGPL' 'FDL' 'custom')
-url="https://www.qt.io/"
+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=('05a6a003adf9102ecc86a5b3ca03fe6f')
+md5sums=('f7571b774a4f42c627ae9a8259dd8ace')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \