summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-02-05 21:23:00 +0100
committerMartchus2019-02-05 22:59:36 +0100
commit446f0db5f397fc5c2f2b39af1436a02a42337598 (patch)
tree9b46e59b35e62f43fb1edd305672a0c909d25f53
parentf03168766b79bdcb591653d2fc141fce95c5453c (diff)
downloadaur-446f0db5f397fc5c2f2b39af1436a02a42337598.tar.gz
Update to 5.12.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 757cd2b51825..f3447d6a44b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-qt5-charts
pkgdesc = Provides a set of easy to use chart components (mingw-w64)
- pkgver = 5.12.0
- pkgrel = 2
+ pkgver = 5.12.1
+ pkgrel = 1
url = https://www.qt.io/
arch = any
groups = mingw-w64-qt5
@@ -19,8 +19,8 @@ pkgbase = mingw-w64-qt5-charts
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.12/5.12.0/submodules/qtcharts-everywhere-src-5.12.0.tar.xz
- sha256sums = 9cd71c4a4c10611083ce8f16992c59666d51b5275cc1a79f324ee18579ced450
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtcharts-everywhere-src-5.12.1.tar.xz
+ sha256sums = 142eb2b87a0bc2220a9f12e56bf390b846968c201d135b1a2a2338545692fdc0
pkgname = mingw-w64-qt5-charts
diff --git a/PKGBUILD b/PKGBUILD
index c02c6e4ef484..a74d8a020a43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
_qt_module=qtcharts
pkgname="mingw-w64-qt5-charts"
-pkgver=5.12.0
-pkgrel=2
+pkgver=5.12.1
+pkgrel=1
arch=('any')
pkgdesc="Provides a set of easy to use chart components (mingw-w64)"
depends=('mingw-w64-qt5-base' 'mingw-w64-pkg-config')
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL' 'FDL' 'custom')
url='https://www.qt.io/'
_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('9cd71c4a4c10611083ce8f16992c59666d51b5275cc1a79f324ee18579ced450')
+sha256sums=('142eb2b87a0bc2220a9f12e56bf390b846968c201d135b1a2a2338545692fdc0')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \