summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-06-26 14:42:15 +0200
committerMartchus2019-06-26 14:42:15 +0200
commita03faf7ae80962887fdcaf095c7755dadea094a7 (patch)
tree42da7db14b4412b630997f21cb38a035047a183d
parent9d386f96e9024ad54044cee15a89f48ddd5fb145 (diff)
downloadaur-a03faf7ae80962887fdcaf095c7755dadea094a7.tar.gz
Update to 5.13.0
-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 cb9e4b841940..bd3d1c225052 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.12.3
+ pkgver = 5.13.0
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.12/5.12.3/submodules/qtwinextras-everywhere-src-5.12.3.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.0/submodules/qtwinextras-everywhere-src-5.13.0.tar.xz
source = 0001-Revert-Directly-link-to-functions-available-from-Win.patch
- sha256sums = 2b6319f7dd19fc19b028685c163a69f0a10e610d7554411d4660c1b5e42ada3b
- sha256sums = 9ea3e7f25059a7a896cd7a73a0d94f817dcedf4787e1ecbf037f67f49996d3d5
+ sha256sums = 096387a674f7fa1faeda856b87e965bd2937e3dcce334f10df694468003887d4
+ sha256sums = f35f506e30596b5add67cf52da359bbaafa4d0b99679d2fe21b41bc7f685b95f
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 5b0a505e3898..c54194e0e99d 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 4d26ac133607b152cbabd30c499281889fa2f930 Mon Sep 17 00:00:00 2001
+From 0f64007c5def6d518d1ff91e5d8844c32918276f 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.21.0
+2.22.0
diff --git a/PKGBUILD b/PKGBUILD
index 01536e5bd370..32c3be2e70cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtwinextras
pkgname="mingw-w64-qt5-winextras"
-pkgver=5.12.3
+pkgver=5.13.0
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=('2b6319f7dd19fc19b028685c163a69f0a10e610d7554411d4660c1b5e42ada3b'
- '9ea3e7f25059a7a896cd7a73a0d94f817dcedf4787e1ecbf037f67f49996d3d5')
+sha256sums=('096387a674f7fa1faeda856b87e965bd2937e3dcce334f10df694468003887d4'
+ 'f35f506e30596b5add67cf52da359bbaafa4d0b99679d2fe21b41bc7f685b95f')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \