diff options
author | Martchus | 2024-09-28 18:40:16 +0200 |
---|---|---|
committer | Martchus | 2024-09-28 18:40:16 +0200 |
commit | fc217451486008220fa0187d1d6a871f740d6a62 (patch) | |
tree | aa03e09778c862439f4bcee21d9d35e4c1a20757 | |
parent | ad6d886246070664bf8e8b1902ad52e42902440d (diff) | |
download | aur-fc217451486008220fa0187d1d6a871f740d6a62.tar.gz |
Update to 6.7.3
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | 0001-Enable-only-SQL-plugins-which-are-known-to-work.patch | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qttools-sha256.txt | 2 |
5 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt6-tools pkgdesc = A cross-platform application and UI framework (tools, mingw-w64) - pkgver = 6.7.2 + pkgver = 6.7.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.7/6.7.2/submodules/qttools-everywhere-src-6.7.2.tar.xz + source = https://download.qt.io/official_releases/qt/6.7/6.7.3/submodules/qttools-everywhere-src-6.7.3.tar.xz source = 0001-Enable-only-SQL-plugins-which-are-known-to-work.patch - sha256sums = 58e855ad1b2533094726c8a425766b63a04a0eede2ed85086860e54593aa4b2a - sha256sums = fd92a44c8b230f20e0bd26db9569956cc26ffb417cec67f70d17cecd5321ec77 + sha256sums = f03bb7df619cd9ac9dba110e30b7bcab5dd88eb8bdc9cc752563b4367233203f + sha256sums = 270e410cf6942eb6ad9f278b89442849e3425b574f4299ffd7d8d51073a649c5 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 022e11901eee..6a2f065d58a5 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 4a3e4017df0d71b731fd5613d71c919e03548257 Mon Sep 17 00:00:00 2001 +From 31598d6b3f071da0090a737e954649214853da4d 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 @@ -28,5 +28,5 @@ index 10df7f777..3a2b677c5 100644 set_target_properties(assistant PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info_mac.plist" -- -2.45.2 +2.46.2 @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-tools -_qtver=6.7.2 +_qtver=6.7.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=('58e855ad1b2533094726c8a425766b63a04a0eede2ed85086860e54593aa4b2a' - 'fd92a44c8b230f20e0bd26db9569956cc26ffb417cec67f70d17cecd5321ec77') +sha256sums=('f03bb7df619cd9ac9dba110e30b7bcab5dd88eb8bdc9cc752563b4367233203f' + '270e410cf6942eb6ad9f278b89442849e3425b574f4299ffd7d8d51073a649c5') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 4ded7ca44832..c32bac8983cb 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module', has_binaries => 1; \ -_qtver=6.7.2 +_qtver=6.7.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qttools-sha256.txt b/qttools-sha256.txt index 2236ece16415..f581afd5ce19 100644 --- a/qttools-sha256.txt +++ b/qttools-sha256.txt @@ -1 +1 @@ -58e855ad1b2533094726c8a425766b63a04a0eede2ed85086860e54593aa4b2a +f03bb7df619cd9ac9dba110e30b7bcab5dd88eb8bdc9cc752563b4367233203f |