summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-09-25 15:27:18 +0200
committerMartchus2018-09-25 15:27:18 +0200
commita00bb37fd5ee1a642c779f5279cabb417380b66f (patch)
tree0b9494665daf0905c0c19b7c5d23975a4bf615a8
parent96ae75036b787bbbf7eed5f551cb0483d91b1f0f (diff)
downloadaur-a00bb37fd5ee1a642c779f5279cabb417380b66f.tar.gz
Update to 5.11.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 f938ec88bd03..47b82eb711a6 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.11.1
+ pkgver = 5.11.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.11/5.11.1/submodules/qtwinextras-everywhere-src-5.11.1.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.11/5.11.2/submodules/qtwinextras-everywhere-src-5.11.2.tar.xz
source = 0001-Revert-Directly-link-to-functions-available-from-Win.patch
- sha256sums = ff2f17275b6e9764ce3691822fc8da7b3b13613fdeacb4a8294409931e74bc63
- sha256sums = fd14ea5af49cb1aa4beae123ef25b729e3d01ea6ede423a737ebad507667afa1
+ sha256sums = f50f3c9f50133330c4512b25fd823183f9204f32dbe7fc481924a1e63b15ae94
+ sha256sums = 22712cd8774af0b329092c205c67a0ba177bae7d4363e140dee42625f43d1b54
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 6ee1214ba4b8..84700b97b95e 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 2389a5aa62a2b3bbc7d5b8daaa618c6a55ff5143 Mon Sep 17 00:00:00 2001
+From 89fe27c89393ab63fb251938a4d802cee152b8ce 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.18.0
+2.19.0
diff --git a/PKGBUILD b/PKGBUILD
index 2f28eb8fb410..b146ec875cff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtwinextras
pkgname="mingw-w64-qt5-winextras"
-pkgver=5.11.1
+pkgver=5.11.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=('ff2f17275b6e9764ce3691822fc8da7b3b13613fdeacb4a8294409931e74bc63'
- 'fd14ea5af49cb1aa4beae123ef25b729e3d01ea6ede423a737ebad507667afa1')
+sha256sums=('f50f3c9f50133330c4512b25fd823183f9204f32dbe7fc481924a1e63b15ae94'
+ '22712cd8774af0b329092c205c67a0ba177bae7d4363e140dee42625f43d1b54')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \