summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-10-09 15:02:33 +0200
committerMartchus2023-10-09 15:02:33 +0200
commit0c9f5f6383148407829cdaaa6dd3533c771fc4cb (patch)
treeaaeb42ab66c27b4e9ca9604cd2ef9783197f5746
parent2ef80dc7fdb2fe07c04953e46142cdcbf821e856 (diff)
downloadaur-0c9f5f6383148407829cdaaa6dd3533c771fc4cb.tar.gz
Update to 5.15.11
-rw-r--r--.SRCINFO6
-rw-r--r--0001-Fix-linguist-macro.patch4
-rw-r--r--PKGBUILD6
-rw-r--r--PKGBUILD.sh.ep2
4 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 014bc75656f6..80e7a48ef747 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-tools
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 = i686
@@ -20,9 +20,9 @@ pkgbase = mingw-w64-qt5-tools
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
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 2bc045dba302..270c0cebdae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,14 +23,14 @@
_qt_module=qttools
pkgname=mingw-w64-qt5-tools
-pkgver=5.15.10
+pkgver=5.15.11
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
depends=('mingw-w64-qt5-declarative')
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'
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 87ebf277aa48..f6cfc9a5af2f 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -18,7 +18,7 @@
% end
\
-pkgver=5.15.10
+pkgver=5.15.11
pkgrel=1
arch=(<%== include 'fragments/mingw-w64-qt5-non_any_archs' %>)
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"