summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-01-07 14:25:35 +0100
committerMartchus2023-01-07 14:25:35 +0100
commit4fed4b130b7059b84b492a5d09925fc520cb893c (patch)
treead61a3dc0c4f2d89eb01cb8e2fdd776ace648bcc
parentbd819359736e9dba828d8af03ce4453140535274 (diff)
downloadaur-4fed4b130b7059b84b492a5d09925fc520cb893c.tar.gz
Update to 5.15.8
-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 5de2a23b18fd..275fd348ec77 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.7+kde+r1
+ pkgver = 5.15.8+kde+r1
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=c4750dd02070ce246ff98cc5d137193825043912
+ source = git+https://invent.kde.org/qt/qt/qttools#commit=090e526e713d01eac34c64e4a09ad961c612febf
source = 0001-Fix-linguist-macro.patch
sha256sums = SKIP
- sha256sums = e0fa09d5a866b7eb0dae3d97bc390aa095e3e2381327964b38ba29c42096c8a7
+ sha256sums = fb54af0dde92a4c5390f887cfae7f95c75ab22887e1e5c5f1a88d083837310a3
pkgname = mingw-w64-qt5-tools
diff --git a/0001-Fix-linguist-macro.patch b/0001-Fix-linguist-macro.patch
index 76f854fc0af4..453fde29422a 100644
--- a/0001-Fix-linguist-macro.patch
+++ b/0001-Fix-linguist-macro.patch
@@ -1,4 +1,4 @@
-From 91b278a3d9d073c6d474be142e88ee75bbec5bdd Mon Sep 17 00:00:00 2001
+From a903fff188187e93c49724a797c257e4173fbf0f 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
@@ -38,5 +38,5 @@ index ab1534144..1106633d0 100644
DEPENDS ${_abs_FILE} VERBATIM
)
--
-2.38.1
+2.39.0
diff --git a/PKGBUILD b/PKGBUILD
index c7f54076cf46..bc8c6735d0a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,14 +23,14 @@
_qt_module=qttools
pkgname=mingw-w64-qt5-tools
-pkgver=5.15.7
+pkgver=5.15.8
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=c4750dd02070ce246ff98cc5d137193825043912
+_commit=090e526e713d01eac34c64e4a09ad961c612febf
_basever=$pkgver
pkgver+=+kde+r1
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'
- 'e0fa09d5a866b7eb0dae3d97bc390aa095e3e2381327964b38ba29c42096c8a7')
+ 'fb54af0dde92a4c5390f887cfae7f95c75ab22887e1e5c5f1a88d083837310a3')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index cd35b5ad65e0..cae347ceeafb 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -18,7 +18,7 @@
% end
\
-pkgver=5.15.7
+pkgver=5.15.8
pkgrel=1
arch=(<%== include 'fragments/mingw-w64-qt5-non_any_archs' %>)
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"