summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-11-30 11:07:11 +0100
committerMartchus2023-11-30 11:07:11 +0100
commit7cec877a23594578ab8397916231691faeec6f7e (patch)
tree0e0d0dbd603b18e61dfdb7ecd936dc4a201fa54b
parentba1d5409f5d36e6275e4842f7cbc3469b2c8b618 (diff)
downloadaur-7cec877a23594578ab8397916231691faeec6f7e.tar.gz
Update to 6.6.1
-rw-r--r--.SRCINFO12
-rw-r--r--0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch2
-rw-r--r--0002-Build-tools-for-the-target-platform.patch2
-rw-r--r--0003-Fix-compile-error-about-missing-QStringView-overload.patch2
-rw-r--r--PKGBUILD10
-rw-r--r--qtactiveqt-sha256.txt2
6 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d94d9e48da7..5f2bd216f670 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt6-activeqt-static
pkgdesc = ActiveX integration framework (mingw-w64)
- pkgver = 6.6.0
+ pkgver = 6.6.1
pkgrel = 1
url = https://www.qt.io
arch = any
@@ -21,13 +21,13 @@ pkgbase = mingw-w64-qt6-activeqt-static
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://download.qt.io/official_releases/qt/6.6/6.6.0/submodules/qtactiveqt-everywhere-src-6.6.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtactiveqt-everywhere-src-6.6.1.tar.xz
source = 0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch
source = 0002-Build-tools-for-the-target-platform.patch
source = 0003-Fix-compile-error-about-missing-QStringView-overload.patch
- sha256sums = d254cbc3e914c30aa7b704c4928ff3df1a6049221c89f02a3cf7f4fd9e167a9e
- sha256sums = a23a55a41e704b1190e54c428d1412b026f59c11f8f2caacf095218c028ae568
- sha256sums = f7db7051330670398fe55a80f1d2b8f7fac3f3abe2184df525ebfcb31193671c
- sha256sums = b16d3111c95f0203ad47ab920b7b9bb9f964729aae3ecdad360ac83757617491
+ sha256sums = 9950f17041dce3977da80b4c65adad859952a800569799f25e7b395c1e04cfec
+ sha256sums = c0cabe05e3953456cf330d2c52a3f11a75ae4ec0945a298f8a13671aebd7f2de
+ sha256sums = 6a074d10a419a2df164cf66cfdcb8a3705bc064d6f8c7777d4b4e77ca1a118da
+ sha256sums = a9a6005b05cbe7081314a545d9d2dd10b48fac6264b2e54c7bc8b699266b6096
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 5d9d5a6d1baa..0804508666e3 100644
--- a/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch
+++ b/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch
@@ -52,5 +52,5 @@ index 1b6fbeb..679bf9e 100644
}
--
-2.42.0
+2.43.0
diff --git a/0002-Build-tools-for-the-target-platform.patch b/0002-Build-tools-for-the-target-platform.patch
index 798f4aa48ef5..2f877a1d0218 100644
--- a/0002-Build-tools-for-the-target-platform.patch
+++ b/0002-Build-tools-for-the-target-platform.patch
@@ -61,5 +61,5 @@ index 84b4018..1dc4b9e 100644
main.cpp
LIBRARIES
--
-2.42.0
+2.43.0
diff --git a/0003-Fix-compile-error-about-missing-QStringView-overload.patch b/0003-Fix-compile-error-about-missing-QStringView-overload.patch
index 0aa1eee73e93..83b82c29f877 100644
--- a/0003-Fix-compile-error-about-missing-QStringView-overload.patch
+++ b/0003-Fix-compile-error-about-missing-QStringView-overload.patch
@@ -33,5 +33,5 @@ index 679bf9e..d73457a 100644
nextTypeAndForceComplete = startType + lengthType;
} while (true);
--
-2.42.0
+2.43.0
diff --git a/PKGBUILD b/PKGBUILD
index 073d656dcfa1..e6fe92330862 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.6.0
+_qtver=6.6.1
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -21,10 +21,10 @@ source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/subm
'0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch'
'0002-Build-tools-for-the-target-platform.patch'
'0003-Fix-compile-error-about-missing-QStringView-overload.patch')
-sha256sums=('d254cbc3e914c30aa7b704c4928ff3df1a6049221c89f02a3cf7f4fd9e167a9e'
- 'a23a55a41e704b1190e54c428d1412b026f59c11f8f2caacf095218c028ae568'
- 'f7db7051330670398fe55a80f1d2b8f7fac3f3abe2184df525ebfcb31193671c'
- 'b16d3111c95f0203ad47ab920b7b9bb9f964729aae3ecdad360ac83757617491')
+sha256sums=('9950f17041dce3977da80b4c65adad859952a800569799f25e7b395c1e04cfec'
+ 'c0cabe05e3953456cf330d2c52a3f11a75ae4ec0945a298f8a13671aebd7f2de'
+ '6a074d10a419a2df164cf66cfdcb8a3705bc064d6f8c7777d4b4e77ca1a118da'
+ 'a9a6005b05cbe7081314a545d9d2dd10b48fac6264b2e54c7bc8b699266b6096')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
diff --git a/qtactiveqt-sha256.txt b/qtactiveqt-sha256.txt
index c975e10c1c1a..e885bd7888fe 100644
--- a/qtactiveqt-sha256.txt
+++ b/qtactiveqt-sha256.txt
@@ -1 +1 @@
-d254cbc3e914c30aa7b704c4928ff3df1a6049221c89f02a3cf7f4fd9e167a9e
+9950f17041dce3977da80b4c65adad859952a800569799f25e7b395c1e04cfec