summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-01-30 20:51:27 +0100
committerMartchus2022-01-30 20:51:27 +0100
commit56b40499c57e135095a4085e52d86149bd4587e9 (patch)
tree02741aecb382a6d11ed09df2c5ae982de4a6ac79
parent9c3f7959a8114119a24a07958306c21fae1d271c (diff)
downloadaur-56b40499c57e135095a4085e52d86149bd4587e9.tar.gz
Update to 6.2.3
-rw-r--r--.SRCINFO10
-rw-r--r--0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch4
-rw-r--r--0002-Build-tools-for-the-target-platform.patch4
-rw-r--r--PKGBUILD8
-rw-r--r--qtactiveqt-sha256.txt2
5 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bba7bd10258..00f700eb8672 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt6-activeqt-static
pkgdesc = ActiveX integration framework (mingw-w64)
- pkgver = 6.2.2
+ pkgver = 6.2.3
pkgrel = 1
url = https://www.qt.io
arch = any
@@ -21,11 +21,11 @@ pkgbase = mingw-w64-qt6-activeqt-static
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://download.qt.io/official_releases/qt/6.2/6.2.2/submodules/qtactiveqt-everywhere-src-6.2.2.tar.xz
+ source = https://download.qt.io/official_releases/qt/6.2/6.2.3/submodules/qtactiveqt-everywhere-src-6.2.3.tar.xz
source = 0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch
source = 0002-Build-tools-for-the-target-platform.patch
- sha256sums = 9c3a6d0f73b5974b02c32e66242192be3086436a82779a1fe718cc3ba51813fb
- sha256sums = 7e7135ecdfcc50d024fb8c8e04c9fd6369d5f685a7d0d0f742e911b4486d7d5e
- sha256sums = 24eea3f15e865b4176142b0a954f0a94274eaf0eae898eb502e3e12ed5ffa99d
+ sha256sums = 2c0c1c7d23a7b37510f0eea9f08e2f07eba88924142a0a0a259fc45f2cbe78b0
+ sha256sums = b8c5304c7c52403f43ae93cabdd228db4a949ab4cf8f8a3e8481160e0152d769
+ sha256sums = 141f93ffbb9823da94e988e36ffcf6ab5ffb6c2952dbdd9244de50110fc09e63
pkgname = mingw-w64-qt6-activeqt-static
diff --git a/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch b/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch
index 58d05d71d737..fb520d3aa47b 100644
--- a/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch
+++ b/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch
@@ -1,4 +1,4 @@
-From 8e30e9df763cf905e5ab8e6654590cda7f7c7e71 Mon Sep 17 00:00:00 2001
+From b1840e5850fd6a7cb7b03414a955aeb04d616cfb Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Fri, 2 Jun 2017 17:21:08 +0200
Subject: [PATCH 1/2] Handle win64 in dumpcpp and
@@ -52,5 +52,5 @@ index 60e5c94..b2ea4eb 100644
}
--
-2.34.1
+2.35.0
diff --git a/0002-Build-tools-for-the-target-platform.patch b/0002-Build-tools-for-the-target-platform.patch
index ecd83cff1d9f..9661e0ce82e1 100644
--- a/0002-Build-tools-for-the-target-platform.patch
+++ b/0002-Build-tools-for-the-target-platform.patch
@@ -1,4 +1,4 @@
-From ca9be126eb9b81f74bdba079010b0faa813fc380 Mon Sep 17 00:00:00 2001
+From 8dedbd0aaab0582d023fe05b3b9ab7bb61d9b4b8 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Fri, 7 May 2021 16:10:47 +0200
Subject: [PATCH 2/2] Build tools for the target platform
@@ -63,5 +63,5 @@ index 073ce62..a646314 100644
main.cpp
PUBLIC_LIBRARIES
--
-2.34.1
+2.35.0
diff --git a/PKGBUILD b/PKGBUILD
index 86ff4c200393..cb14a6dd9e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-activeqt-static
-_qtver=6.2.2
+_qtver=6.2.3
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -20,9 +20,9 @@ _pkgfqn="qtactiveqt-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
'0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch'
'0002-Build-tools-for-the-target-platform.patch')
-sha256sums=('9c3a6d0f73b5974b02c32e66242192be3086436a82779a1fe718cc3ba51813fb'
- '7e7135ecdfcc50d024fb8c8e04c9fd6369d5f685a7d0d0f742e911b4486d7d5e'
- '24eea3f15e865b4176142b0a954f0a94274eaf0eae898eb502e3e12ed5ffa99d')
+sha256sums=('2c0c1c7d23a7b37510f0eea9f08e2f07eba88924142a0a0a259fc45f2cbe78b0'
+ 'b8c5304c7c52403f43ae93cabdd228db4a949ab4cf8f8a3e8481160e0152d769'
+ '141f93ffbb9823da94e988e36ffcf6ab5ffb6c2952dbdd9244de50110fc09e63')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
diff --git a/qtactiveqt-sha256.txt b/qtactiveqt-sha256.txt
index 1f70c5965c42..c05f273b8f67 100644
--- a/qtactiveqt-sha256.txt
+++ b/qtactiveqt-sha256.txt
@@ -1 +1 @@
-9c3a6d0f73b5974b02c32e66242192be3086436a82779a1fe718cc3ba51813fb
+2c0c1c7d23a7b37510f0eea9f08e2f07eba88924142a0a0a259fc45f2cbe78b0