summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-10-09 15:02:36 +0200
committerMartchus2023-10-09 15:02:36 +0200
commitfd629401fc67a334e0923bbce43cc52af4fc77ec (patch)
treea7fccb8e922a0c941c952335807bce44f46d8888
parent42f56f56306eb6260420c192bdaaaff993e130f6 (diff)
downloadaur-fd629401fc67a334e0923bbce43cc52af4fc77ec.tar.gz
Update to 5.15.11
-rw-r--r--.SRCINFO6
-rw-r--r--0001-Fix-linguist-macro.patch4
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b8d0edeaa65..ba68922f5fe7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-tools-static
pkgdesc = A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)
- pkgver = 5.15.10+kde+r3
+ pkgver = 5.15.11+kde+r3
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -20,9 +20,9 @@ pkgbase = mingw-w64-qt5-tools-static
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qttools#commit=9f7af2d08eea7c2a2a2bfe7e6a9b73d1b99f5123
+ source = git+https://invent.kde.org/qt/qt/qttools#commit=38ae810be3fb4984f75b55a16d3413e35d701af1
source = 0001-Fix-linguist-macro.patch
sha256sums = SKIP
- sha256sums = 54d1369b171cb85550cd7cd7ff37d0aec319164ae6f3236935136adda5527841
+ sha256sums = 7625444dcf3e2eb3406fdceb951d9cfaee136f45aef26ea8f83b2f1d9b3ecabc
pkgname = mingw-w64-qt5-tools-static
diff --git a/0001-Fix-linguist-macro.patch b/0001-Fix-linguist-macro.patch
index bb1e8e8644d1..9d316faadd1e 100644
--- a/0001-Fix-linguist-macro.patch
+++ b/0001-Fix-linguist-macro.patch
@@ -1,4 +1,4 @@
-From 7e93bb1841baab628c38a52c13ca3c7ce30a75ef Mon Sep 17 00:00:00 2001
+From 1d74021c2dbe09de704ba198a6b0b3d776a7c52a Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 25 Sep 2016 21:44:42 +0200
Subject: [PATCH] Fix linguist macro
@@ -40,5 +40,5 @@ index 0ccf59f3c..01f5f3cd6 100644
DEPENDS ${qm_dep} VERBATIM
)
--
-2.41.0
+2.42.0
diff --git a/PKGBUILD b/PKGBUILD
index 3a60b2d9287f..fe33caa2b6fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,14 +23,14 @@
_qt_module=qttools
pkgname=mingw-w64-qt5-tools-static
-pkgver=5.15.10
+pkgver=5.15.11
pkgrel=1
arch=('any')
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
depends=('mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-postgresql' 'mingw-w64-mariadb-connector-c' 'mingw-w64-vulkan-headers')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-_commit=9f7af2d08eea7c2a2a2bfe7e6a9b73d1b99f5123
+_commit=38ae810be3fb4984f75b55a16d3413e35d701af1
_basever=$pkgver
pkgver+=+kde+r3
makedepends+=('git')
@@ -41,7 +41,7 @@ _pkgfqn=${_qt_module}
source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
'0001-Fix-linguist-macro.patch')
sha256sums=('SKIP'
- '54d1369b171cb85550cd7cd7ff37d0aec319164ae6f3236935136adda5527841')
+ '7625444dcf3e2eb3406fdceb951d9cfaee136f45aef26ea8f83b2f1d9b3ecabc')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'