summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-10-28 12:28:20 +0200
committerMartchus2021-10-28 12:28:20 +0200
commit0855526b9cde556e2e44680546889ed73c096a07 (patch)
tree0887ef1eeeba5070efac31051a8672ae838fb8a2
parentcd3b294c2031e9a85a657ec9eb3c2f607866066b (diff)
downloadaur-0855526b9cde556e2e44680546889ed73c096a07.tar.gz
Update to 6.2.1
-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 c3d9963c0f31..088a2b2569a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt6-activeqt-static
pkgdesc = ActiveX integration framework (mingw-w64)
- pkgver = 6.2.0
+ pkgver = 6.2.1
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.0/submodules/qtactiveqt-everywhere-src-6.2.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/6.2/6.2.1/submodules/qtactiveqt-everywhere-src-6.2.1.tar.xz
source = 0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch
source = 0002-Build-tools-for-the-target-platform.patch
- sha256sums = ed991638e27e2e8eac487c2002845827097d1e66397100eea2061d8ad790ded2
- sha256sums = a5b8d3518ab40bee6ecab2ff09b69b836f24fa22f402fdd000a9d5bfdb1e8b3f
- sha256sums = 492770fe044c7907e2b34728e729667fd0a826975a1b864d59bcc60fae94f77c
+ sha256sums = 26f5e3638e171e9aa2c8c82267328bd1fa8a31bad154638bd9d41b2db51bedf1
+ sha256sums = 557ad60dac72595de41c567c0e051409bb3dc5b4f5ed94bc166702906484c590
+ sha256sums = 1bf90b20051e411219f8f618a533aff98531189c210610fb73cb509683af6717
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 407983262d68..eb08baf80460 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 6bc100ab085078adedd616c0520b855a420d6498 Mon Sep 17 00:00:00 2001
+From 684cc7cd71efb7a7174c694a68d1c17775d1ba58 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.33.0
+2.33.1
diff --git a/0002-Build-tools-for-the-target-platform.patch b/0002-Build-tools-for-the-target-platform.patch
index ddc908b9cdea..eb257257ddd5 100644
--- a/0002-Build-tools-for-the-target-platform.patch
+++ b/0002-Build-tools-for-the-target-platform.patch
@@ -1,4 +1,4 @@
-From b0388c698bbd0aa7d1ac76dc4f67065e34761f57 Mon Sep 17 00:00:00 2001
+From 9b2e58e9f01401f5a18434670b0a8c3c039fba50 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.33.0
+2.33.1
diff --git a/PKGBUILD b/PKGBUILD
index b97563983ff1..9f7e476a2dfe 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.0
+_qtver=6.2.1
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=('ed991638e27e2e8eac487c2002845827097d1e66397100eea2061d8ad790ded2'
- 'a5b8d3518ab40bee6ecab2ff09b69b836f24fa22f402fdd000a9d5bfdb1e8b3f'
- '492770fe044c7907e2b34728e729667fd0a826975a1b864d59bcc60fae94f77c')
+sha256sums=('26f5e3638e171e9aa2c8c82267328bd1fa8a31bad154638bd9d41b2db51bedf1'
+ '557ad60dac72595de41c567c0e051409bb3dc5b4f5ed94bc166702906484c590'
+ '1bf90b20051e411219f8f618a533aff98531189c210610fb73cb509683af6717')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
diff --git a/qtactiveqt-sha256.txt b/qtactiveqt-sha256.txt
index 761e1ed67069..667e38c918b2 100644
--- a/qtactiveqt-sha256.txt
+++ b/qtactiveqt-sha256.txt
@@ -1 +1 @@
-ed991638e27e2e8eac487c2002845827097d1e66397100eea2061d8ad790ded2
+26f5e3638e171e9aa2c8c82267328bd1fa8a31bad154638bd9d41b2db51bedf1