summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-09-02 16:06:24 +0200
committerMartchus2021-09-02 16:06:24 +0200
commit816f7dab61ed409540195dfcb9d982e197693c7f (patch)
tree58a9a63c344c243ecdbbe496fe18ee9867d05f11
parente75e756b6ece99c15587e49e84e051ecde1b5320 (diff)
downloadaur-816f7dab61ed409540195dfcb9d982e197693c7f.tar.gz
Update to 6.1.3
-rw-r--r--.SRCINFO8
-rw-r--r--0001-Enable-only-SQL-plugins-which-are-known-to-work.patch6
-rw-r--r--PKGBUILD6
-rw-r--r--PKGBUILD.sh.ep2
-rw-r--r--qttools-sha256.txt2
5 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae9749fb17cb..a14f39bcc8ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt6-tools
pkgdesc = A cross-platform application and UI framework (tools, mingw-w64)
- pkgver = 6.1.2
+ pkgver = 6.1.3
pkgrel = 1
url = https://www.qt.io
arch = any
@@ -21,9 +21,9 @@ pkgbase = mingw-w64-qt6-tools
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://download.qt.io/official_releases/qt/6.1/6.1.2/submodules/qttools-everywhere-src-6.1.2.tar.xz
+ source = https://download.qt.io/official_releases/qt/6.1/6.1.3/submodules/qttools-everywhere-src-6.1.3.tar.xz
source = 0001-Enable-only-SQL-plugins-which-are-known-to-work.patch
- sha256sums = a0520097ac1f898381c4512fb55ba5aa187d8e4e06ed0dcd2cbe265cd037989b
- sha256sums = d9695fd74cfa0a191f7543bb02d12c553a444c21ccdd46a585155c72314c0b4f
+ sha256sums = 29c1e305752791070f5dee2182ba9a44a489a1217911ceafca063f1007e6fb38
+ sha256sums = 9e4634bf953d14d4d1f7e17032929981341bb06ae3d08658e874805160d5d2a5
pkgname = mingw-w64-qt6-tools
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 367b9a09010c..f4d4a7fd176b 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 ee6c184f825f8be6e9596517306b5533d38c9e62 Mon Sep 17 00:00:00 2001
+From f496993f0f1097c99afcbd115aa46ffa6b7fbe6c 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,7 +9,7 @@ Change-Id: I0abc44db77cecbd323edc936529fb557e1664de8
1 file changed, 8 insertions(+)
diff --git a/src/assistant/assistant/CMakeLists.txt b/src/assistant/assistant/CMakeLists.txt
-index eb5a04a0..5b28ae65 100644
+index eb5a04a0a..5b28ae65b 100644
--- a/src/assistant/assistant/CMakeLists.txt
+++ b/src/assistant/assistant/CMakeLists.txt
@@ -173,6 +173,14 @@ qt_internal_extend_target(assistant CONDITION UNIX
@@ -28,5 +28,5 @@ index eb5a04a0..5b28ae65 100644
set_target_properties(assistant PROPERTIES
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info_mac.plist"
--
-2.32.0
+2.33.0
diff --git a/PKGBUILD b/PKGBUILD
index c70f3a15d67e..ab57faff615a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-tools
-_qtver=6.1.2
+_qtver=6.1.3
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=('a0520097ac1f898381c4512fb55ba5aa187d8e4e06ed0dcd2cbe265cd037989b'
- 'd9695fd74cfa0a191f7543bb02d12c553a444c21ccdd46a585155c72314c0b4f')
+sha256sums=('29c1e305752791070f5dee2182ba9a44a489a1217911ceafca063f1007e6fb38'
+ '9e4634bf953d14d4d1f7e17032929981341bb06ae3d08658e874805160d5d2a5')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index fb8c32c7e4cf..9201cb633df7 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'mingw-w64-qt6-module', has_binaries => 1;
\
-_qtver=6.1.2
+_qtver=6.1.3
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
diff --git a/qttools-sha256.txt b/qttools-sha256.txt
index 532cfffd30b5..d5f707cb86c6 100644
--- a/qttools-sha256.txt
+++ b/qttools-sha256.txt
@@ -1 +1 @@
-a0520097ac1f898381c4512fb55ba5aa187d8e4e06ed0dcd2cbe265cd037989b
+29c1e305752791070f5dee2182ba9a44a489a1217911ceafca063f1007e6fb38