summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-11-09 23:10:57 +0100
committerMartchus2019-11-09 23:10:57 +0100
commite8b5b901a9931bb6c392d1b8b9ef55ca413db308 (patch)
tree9399cc1da46d853344cc666122e72fb7fc175a48
parentaa2e8b56ae40115405919aba5142c797a9da90e2 (diff)
downloadaur-e8b5b901a9931bb6c392d1b8b9ef55ca413db308.tar.gz
Update to 5.13.2
-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 57c25b7bf186..a03562df699c 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.1
+ pkgver = 5.13.2
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.1/submodules/qttools-everywhere-src-5.13.1.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.2/submodules/qttools-everywhere-src-5.13.2.tar.xz
source = 0001-Fix-linguist-macro.patch
- sha256sums = 7947bdd758514a0c2d44b0a2110adb6056b18bce75c716711e48bcc8de5c7e82
- sha256sums = 839996d563ae8040b18094d04af81d0140673ff0b503a872ecd2a750d8a26eba
+ sha256sums = 919a2713b6d2d7873a09ad85bd93cf4282606e5bf84d5884250f665a253ec06e
+ sha256sums = fcd8932b9eabeff87b5923c71d51f9a25ffc728db30bfc5623aa438ac76f3726
pkgname = mingw-w64-qt5-tools
diff --git a/0001-Fix-linguist-macro.patch b/0001-Fix-linguist-macro.patch
index 185d13fda007..8679b899f559 100644
--- a/0001-Fix-linguist-macro.patch
+++ b/0001-Fix-linguist-macro.patch
@@ -1,4 +1,4 @@
-From 1a308c71f117ef4ff33a5062663a72545160c675 Mon Sep 17 00:00:00 2001
+From d85bb51e5e2f00fd9281ba9553cf4ef334ea692c 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.23.0
+2.24.0
diff --git a/PKGBUILD b/PKGBUILD
index 93d77f720415..39ab9952ac48 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
_qt_module=qttools
pkgname="mingw-w64-qt5-tools"
-pkgver=5.13.1
+pkgver=5.13.2
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=('7947bdd758514a0c2d44b0a2110adb6056b18bce75c716711e48bcc8de5c7e82'
- '839996d563ae8040b18094d04af81d0140673ff0b503a872ecd2a750d8a26eba')
+sha256sums=('919a2713b6d2d7873a09ad85bd93cf4282606e5bf84d5884250f665a253ec06e'
+ 'fcd8932b9eabeff87b5923c71d51f9a25ffc728db30bfc5623aa438ac76f3726')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'