summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-03-26 21:40:36 +0100
committerMartchus2019-03-26 21:40:36 +0100
commit8400eba4b5ba8414ca56fc94e07903b4bd43fbbf (patch)
tree8bfba02c8be4f18b7e936eef626ec2d7448b2030
parent895d44018f7313896a3218d855fc138132491bba (diff)
downloadaur-8400eba4b5ba8414ca56fc94e07903b4bd43fbbf.tar.gz
Update to 5.12.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74022bb77d80..72e6260a9458 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-quickcontrols2
pkgdesc = Reusable Qt Quick based UI controls to create classic desktop-style user interfaces (mingw-w64)
- pkgver = 5.12.1
+ pkgver = 5.12.2
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-qt5-quickcontrols2
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtquickcontrols2-everywhere-src-5.12.1.tar.xz
- sha256sums = caa47b6d771b11c65d595fdd0f0942c3d78cda2884d318e3b1da8ec67155a8e7
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.2/submodules/qtquickcontrols2-everywhere-src-5.12.2.tar.xz
+ sha256sums = 1fbd703612a2c0257861e07a2b709f6fbad00cb6df70a1c2c1fafa9de522e549
pkgname = mingw-w64-qt5-quickcontrols2
diff --git a/PKGBUILD b/PKGBUILD
index 1f05538aadf1..a9160c8e6fcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtquickcontrols2
pkgname="mingw-w64-qt5-quickcontrols2"
-pkgver=5.12.1
+pkgver=5.12.2
pkgrel=1
arch=('any')
pkgdesc="Reusable Qt Quick based UI controls to create classic desktop-style user interfaces (mingw-w64)"
@@ -22,7 +22,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=('caa47b6d771b11c65d595fdd0f0942c3d78cda2884d318e3b1da8ec67155a8e7')
+sha256sums=('1fbd703612a2c0257861e07a2b709f6fbad00cb6df70a1c2c1fafa9de522e549')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \