summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-11-09 23:11:36 +0100
committerMartchus2019-11-09 23:11:36 +0100
commit8fb57d500f061584148d6c587a9293e4f30f79e2 (patch)
tree9cf2dee919ec4e7b23068b4fe743421f87fceec8
parent8f566e95038532987bec08efe3413d8304140d7e (diff)
downloadaur-8fb57d500f061584148d6c587a9293e4f30f79e2.tar.gz
Update to 5.13.2
-rw-r--r--.SRCINFO8
-rw-r--r--0001-Revert-Directly-link-to-functions-available-from-Win.patch4
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 285aee5d9c3f..f663e9fec6e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-winextras
pkgdesc = Classes and functions that enable you to use Windows-specific functions (mingw-w64)
- pkgver = 5.13.1
+ pkgver = 5.13.2
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -19,10 +19,10 @@ pkgbase = mingw-w64-qt5-winextras
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.13/5.13.1/submodules/qtwinextras-everywhere-src-5.13.1.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.2/submodules/qtwinextras-everywhere-src-5.13.2.tar.xz
source = 0001-Revert-Directly-link-to-functions-available-from-Win.patch
- sha256sums = fdcbb45f7255d771fb0e61e1e5f3dc1c29a1967a6ba80da5171fc7c2c0faf7a6
- sha256sums = b48fef502062f2f5062926f2a196441f8dad4dd689d93a4a12c859af7e6ab40f
+ sha256sums = e94d70f68dacbcfa2bb0cbe53c7024083b16d5d44806c107fe268d34028cb779
+ sha256sums = 90238b09cf7c601d76540d262f0f284dfc4764b3a0675a79661fa0360e4c62cb
pkgname = mingw-w64-qt5-winextras
diff --git a/0001-Revert-Directly-link-to-functions-available-from-Win.patch b/0001-Revert-Directly-link-to-functions-available-from-Win.patch
index da66a3b0f58f..414878c65e51 100644
--- a/0001-Revert-Directly-link-to-functions-available-from-Win.patch
+++ b/0001-Revert-Directly-link-to-functions-available-from-Win.patch
@@ -1,4 +1,4 @@
-From ecdad153169066f5fae320e898ab420a0cddc6f1 Mon Sep 17 00:00:00 2001
+From bdf1efddd731cd894066c7782dc953335ed8e072 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 27 May 2018 14:23:11 +0200
Subject: [PATCH] Revert "Directly link to functions available from Windows 7
@@ -294,5 +294,5 @@ index 705c48c..5d93c6b 100644
qwintaskbarprogress.cpp \
windowsguidsdefs.cpp \
--
-2.23.0
+2.24.0
diff --git a/PKGBUILD b/PKGBUILD
index f4e4198f686f..652557d69c02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtwinextras
pkgname="mingw-w64-qt5-winextras"
-pkgver=5.13.1
+pkgver=5.13.2
pkgrel=1
arch=('any')
pkgdesc="Classes and functions that enable you to use Windows-specific functions (mingw-w64)"
@@ -22,8 +22,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-Revert-Directly-link-to-functions-available-from-Win.patch')
-sha256sums=('fdcbb45f7255d771fb0e61e1e5f3dc1c29a1967a6ba80da5171fc7c2c0faf7a6'
- 'b48fef502062f2f5062926f2a196441f8dad4dd689d93a4a12c859af7e6ab40f')
+sha256sums=('e94d70f68dacbcfa2bb0cbe53c7024083b16d5d44806c107fe268d34028cb779'
+ '90238b09cf7c601d76540d262f0f284dfc4764b3a0675a79661fa0360e4c62cb')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \