summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-01-09 17:36:39 +0100
committerMartchus2024-01-09 17:36:39 +0100
commit86ae13352c93c15fa1683f87ea8c0d98a9d9f7e3 (patch)
tree710ba05187291ea8753aff9ed2434896f44b2277
parenta08a51eb11adc82f052f59946415d473f099fa2b (diff)
downloadaur-86ae13352c93c15fa1683f87ea8c0d98a9d9f7e3.tar.gz
Update to 5.15.12
-rw-r--r--.SRCINFO6
-rw-r--r--0001-Fix-linguist-macro.patch4
-rwxr-xr-x[-rw-r--r--]PKGBUILD8
-rw-r--r--PKGBUILD.sh.ep2
4 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80e7a48ef747..bcf3c05c9841 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.11+kde+r3
+ pkgver = 5.15.12+kde+r4
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=38ae810be3fb4984f75b55a16d3413e35d701af1
+ source = git+https://invent.kde.org/qt/qt/qttools#commit=bd0ceb7de5d0c918ae596150e95b069dca8b9150
source = 0001-Fix-linguist-macro.patch
sha256sums = SKIP
- sha256sums = 7625444dcf3e2eb3406fdceb951d9cfaee136f45aef26ea8f83b2f1d9b3ecabc
+ sha256sums = d4500aad5ae74b538e307812861391da0df69d74bfff8e18f4a1fb15aaa3c73b
pkgname = mingw-w64-qt5-tools
diff --git a/0001-Fix-linguist-macro.patch b/0001-Fix-linguist-macro.patch
index 9d316faadd1e..92659e447b44 100644
--- a/0001-Fix-linguist-macro.patch
+++ b/0001-Fix-linguist-macro.patch
@@ -1,4 +1,4 @@
-From 1d74021c2dbe09de704ba198a6b0b3d776a7c52a Mon Sep 17 00:00:00 2001
+From 33bb6f7d3e9ba8b91b7756721eb2b16a65c13061 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.42.0
+2.43.0
diff --git a/PKGBUILD b/PKGBUILD
index b72be53cd8e9..a4f90dac104c 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,16 +23,16 @@
_qt_module=qttools
pkgname=mingw-w64-qt5-tools
-pkgver=5.15.11
+pkgver=5.15.12
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=38ae810be3fb4984f75b55a16d3413e35d701af1
+_commit=bd0ceb7de5d0c918ae596150e95b069dca8b9150
_basever=${pkgver%%+*}
-pkgver+=+kde+r3
+pkgver+=+kde+r4
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')
@@ -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'
- '7625444dcf3e2eb3406fdceb951d9cfaee136f45aef26ea8f83b2f1d9b3ecabc')
+ 'd4500aad5ae74b538e307812861391da0df69d74bfff8e18f4a1fb15aaa3c73b')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index f6cfc9a5af2f..cddfc01bde49 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -18,7 +18,7 @@
% end
\
-pkgver=5.15.11
+pkgver=5.15.12
pkgrel=1
arch=(<%== include 'fragments/mingw-w64-qt5-non_any_archs' %>)
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"