summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-12-24 22:48:14 +0100
committerMartchus2019-12-24 22:48:14 +0100
commit718efceb8028e57c6ff464903fc38e645f11eef7 (patch)
tree68ff7db031b057aafc7b68c6d922958a55847f78
parente8b5b901a9931bb6c392d1b8b9ef55ca413db308 (diff)
downloadaur-718efceb8028e57c6ff464903fc38e645f11eef7.tar.gz
Update to 5.14.0
-rw-r--r--.SRCINFO8
-rw-r--r--0001-Fix-linguist-macro.patch4
-rwxr-xr-xPKGBUILD6
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a03562df699c..a2162bb2bc54 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.13.2
+ pkgver = 5.14.0
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -21,10 +21,10 @@ pkgbase = mingw-w64-qt5-tools
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.13/5.13.2/submodules/qttools-everywhere-src-5.13.2.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.14/5.14.0/submodules/qttools-everywhere-src-5.14.0.tar.xz
source = 0001-Fix-linguist-macro.patch
- sha256sums = 919a2713b6d2d7873a09ad85bd93cf4282606e5bf84d5884250f665a253ec06e
- sha256sums = fcd8932b9eabeff87b5923c71d51f9a25ffc728db30bfc5623aa438ac76f3726
+ sha256sums = 8d7f8612ab6078fe7289d8a8dd8112b550fd0f51b5455df2dcfba651c30c3adf
+ sha256sums = 4f21d5bf00a1bb868b1ba88de8b8eee2a6977b24a74e9dd3c7c7eb2ee09ba6e6
pkgname = mingw-w64-qt5-tools
diff --git a/0001-Fix-linguist-macro.patch b/0001-Fix-linguist-macro.patch
index 8679b899f559..52f63115f5cd 100644
--- a/0001-Fix-linguist-macro.patch
+++ b/0001-Fix-linguist-macro.patch
@@ -1,4 +1,4 @@
-From d85bb51e5e2f00fd9281ba9553cf4ef334ea692c Mon Sep 17 00:00:00 2001
+From 50fe4fb54077f761822db5fd9b61fe8d919959a2 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 23beeb39..bf1b0ad6 100644
DEPENDS ${_abs_FILE} VERBATIM
)
--
-2.24.0
+2.24.1
diff --git a/PKGBUILD b/PKGBUILD
index 39ab9952ac48..b789f6ae2951 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
_qt_module=qttools
pkgname="mingw-w64-qt5-tools"
-pkgver=5.13.2
+pkgver=5.14.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
@@ -29,8 +29,8 @@ url='https://www.qt.io/'
_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
'0001-Fix-linguist-macro.patch')
-sha256sums=('919a2713b6d2d7873a09ad85bd93cf4282606e5bf84d5884250f665a253ec06e'
- 'fcd8932b9eabeff87b5923c71d51f9a25ffc728db30bfc5623aa438ac76f3726')
+sha256sums=('8d7f8612ab6078fe7289d8a8dd8112b550fd0f51b5455df2dcfba651c30c3adf'
+ '4f21d5bf00a1bb868b1ba88de8b8eee2a6977b24a74e9dd3c7c7eb2ee09ba6e6')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'