summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-01-07 14:25:35 +0100
committerMartchus2023-01-07 14:25:35 +0100
commit18e1626809889d9fbc80b95b792d82dd95cb4eb4 (patch)
tree6a1e77e5df7a2bba44df82fe7c7c262cdcf6df92
parentefe24d6db5946bc58a8d8e5b5e5568b002566909 (diff)
downloadaur-18e1626809889d9fbc80b95b792d82dd95cb4eb4.tar.gz
Update to 5.15.8
-rw-r--r--.SRCINFO6
-rw-r--r--0001-Fix-linguist-macro.patch4
-rw-r--r--[-rwxr-xr-x]PKGBUILD6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03627e258104..167e7836321e 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.7+kde+r1
+ pkgver = 5.15.8+kde+r1
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=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-static
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 c1c31bb6988c..d83a76b8cfa2 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,14 +23,14 @@
_qt_module=qttools
pkgname=mingw-w64-qt5-tools-static
-pkgver=5.15.7
+pkgver=5.15.8
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=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'