diff options
author | Martchus | 2021-10-02 12:38:11 +0200 |
---|---|---|
committer | Martchus | 2021-10-02 12:38:11 +0200 |
commit | c5585603dda1182fb16b604a2f11794ce12665ff (patch) | |
tree | b9fe44bbbad6de3297c2b120b71dbbe83b6f623e | |
parent | 75d1157dd194014055d16e25966c89c6e06fd759 (diff) | |
download | aur-c5585603dda1182fb16b604a2f11794ce12665ff.tar.gz |
Update to 6.2.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | 0001-Enable-only-SQL-plugins-which-are-known-to-work.patch | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 | ||||
-rw-r--r-- | qttools-sha256.txt | 2 |
4 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt6-tools-static pkgdesc = A cross-platform application and UI framework (tools, mingw-w64) - pkgver = 6.1.3 + pkgver = 6.2.0 pkgrel = 1 url = https://www.qt.io arch = any @@ -21,9 +21,9 @@ pkgbase = mingw-w64-qt6-tools-static options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.1/6.1.3/submodules/qttools-everywhere-src-6.1.3.tar.xz + source = https://download.qt.io/official_releases/qt/6.2/6.2.0/submodules/qttools-everywhere-src-6.2.0.tar.xz source = 0001-Enable-only-SQL-plugins-which-are-known-to-work.patch - sha256sums = 29c1e305752791070f5dee2182ba9a44a489a1217911ceafca063f1007e6fb38 - sha256sums = 9e4634bf953d14d4d1f7e17032929981341bb06ae3d08658e874805160d5d2a5 + sha256sums = a903d005f8ab39545aed88a13b04f13ddbbe073da7007203a91fb8b42b890057 + sha256sums = a92634ce14579fb3ef1c197a61a2ce5974223118d2f8c72353adac4f8a2b7935 pkgname = mingw-w64-qt6-tools-static diff --git a/0001-Enable-only-SQL-plugins-which-are-known-to-work.patch b/0001-Enable-only-SQL-plugins-which-are-known-to-work.patch index f4d4a7fd176b..47ae16151a6a 100644 --- a/0001-Enable-only-SQL-plugins-which-are-known-to-work.patch +++ b/0001-Enable-only-SQL-plugins-which-are-known-to-work.patch @@ -1,4 +1,4 @@ -From f496993f0f1097c99afcbd115aa46ffa6b7fbe6c Mon Sep 17 00:00:00 2001 +From cc1332ada9491a2d666b2d53f9d0fcb3f14f3cdd Mon Sep 17 00:00:00 2001 From: Martchus <martchus@gmx.net> Date: Wed, 9 Jun 2021 17:25:27 +0200 Subject: [PATCH] Enable only SQL plugins which are known to work @@ -9,10 +9,10 @@ Change-Id: I0abc44db77cecbd323edc936529fb557e1664de8 1 file changed, 8 insertions(+) diff --git a/src/assistant/assistant/CMakeLists.txt b/src/assistant/assistant/CMakeLists.txt -index eb5a04a0a..5b28ae65b 100644 +index 69470c509..dbf68570d 100644 --- a/src/assistant/assistant/CMakeLists.txt +++ b/src/assistant/assistant/CMakeLists.txt -@@ -173,6 +173,14 @@ qt_internal_extend_target(assistant CONDITION UNIX +@@ -164,6 +164,14 @@ qt_internal_extend_target(assistant CONDITION UNIX stdinlistener.cpp stdinlistener.h ) @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-tools-static -_qtver=6.1.3 +_qtver=6.2.0 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,8 +18,8 @@ groups=(mingw-w64-qt6) _pkgfqn="qttools-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" '0001-Enable-only-SQL-plugins-which-are-known-to-work.patch') -sha256sums=('29c1e305752791070f5dee2182ba9a44a489a1217911ceafca063f1007e6fb38' - '9e4634bf953d14d4d1f7e17032929981341bb06ae3d08658e874805160d5d2a5') +sha256sums=('a903d005f8ab39545aed88a13b04f13ddbbe073da7007203a91fb8b42b890057' + 'a92634ce14579fb3ef1c197a61a2ce5974223118d2f8c72353adac4f8a2b7935') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qttools-sha256.txt b/qttools-sha256.txt index d5f707cb86c6..6af67a965ba2 100644 --- a/qttools-sha256.txt +++ b/qttools-sha256.txt @@ -1 +1 @@ -29c1e305752791070f5dee2182ba9a44a489a1217911ceafca063f1007e6fb38 +a903d005f8ab39545aed88a13b04f13ddbbe073da7007203a91fb8b42b890057 |