diff options
author | Martchus | 2024-12-03 00:41:29 +0100 |
---|---|---|
committer | Martchus | 2024-12-03 00:41:29 +0100 |
commit | 9bfad5b041bbb3433429d13127b9bb0114a08ee0 (patch) | |
tree | f08c0deafe9b0e96bc4b96b522b0cbc95005c6ce | |
parent | 5eeb7174b1f8f2bc856855f1a7928af2a71c1f7b (diff) | |
download | aur-9bfad5b041bbb3433429d13127b9bb0114a08ee0.tar.gz |
Update to 6.8.1
-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.8.0 + pkgver = 6.8.1 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.8/6.8.0/submodules/qttools-everywhere-src-6.8.0.tar.xz + source = https://download.qt.io/official_releases/qt/6.8/6.8.1/submodules/qttools-everywhere-src-6.8.1.tar.xz source = 0001-Enable-only-SQL-plugins-which-are-known-to-work.patch - sha256sums = 403115d8268503c6cc6e43310c8ae28eb9e605072a5d04e4a2de8b6af39981f7 - sha256sums = dcc695dd98d53daa715f3a7a9bfded88ff33f7656ed3f52bdfe0d794c58f8b7d + sha256sums = 9d43d409be08b8681a0155a9c65114b69c9a3fc11aef6487bb7fdc5b283c432d + sha256sums = 1832c6aa05d193cbb7dbe6be70fb547bdb1869b2bac70370a81081933c5c0020 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 aecca1ea61fb..c220a00c55a5 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 11faf0e97aa396c5436aa11b0d707f7fffd2ba50 Mon Sep 17 00:00:00 2001 +From 257c10f75f24c11207f175b70f3fd7ea1453eb21 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 2cefb3bfd..cf4af1707 100644 set_target_properties(assistant PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info_mac.plist" -- -2.47.0 +2.47.1 @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-tools -_qtver=6.8.0 +_qtver=6.8.1 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=('403115d8268503c6cc6e43310c8ae28eb9e605072a5d04e4a2de8b6af39981f7' - 'dcc695dd98d53daa715f3a7a9bfded88ff33f7656ed3f52bdfe0d794c58f8b7d') +sha256sums=('9d43d409be08b8681a0155a9c65114b69c9a3fc11aef6487bb7fdc5b283c432d' + '1832c6aa05d193cbb7dbe6be70fb547bdb1869b2bac70370a81081933c5c0020') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index aa3d7d7f380b..345ee6fcef16 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module', has_binaries => 1; \ -_qtver=6.8.0 +_qtver=6.8.1 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qttools-sha256.txt b/qttools-sha256.txt index 5cc4673e56cb..cca8a7c6461e 100644 --- a/qttools-sha256.txt +++ b/qttools-sha256.txt @@ -1 +1 @@ -403115d8268503c6cc6e43310c8ae28eb9e605072a5d04e4a2de8b6af39981f7 +9d43d409be08b8681a0155a9c65114b69c9a3fc11aef6487bb7fdc5b283c432d |