summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-11-09 23:11:05 +0100
committerMartchus2019-11-09 23:11:05 +0100
commita4365b264ec6d985be3a81441ab7d7a0c58f81cc (patch)
tree51e42c4ab422d862080cede913e2ad5ba2f1b920
parent1dcb1970b4c3949b484b7f4ced4e82a0b87f7d3f (diff)
downloadaur-a4365b264ec6d985be3a81441ab7d7a0c58f81cc.tar.gz
Update to 5.13.2
-rw-r--r--.SRCINFO8
-rw-r--r--0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch4
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b7a2ff21966..9b242076e6f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-location
pkgdesc = Provides access to position, satellite and area monitoring classes (mingw-w64)
- pkgver = 5.13.1
+ pkgver = 5.13.2
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -18,10 +18,10 @@ pkgbase = mingw-w64-qt5-location
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.13/5.13.1/submodules/qtlocation-everywhere-src-5.13.1.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.2/submodules/qtlocation-everywhere-src-5.13.2.tar.xz
source = 0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
- sha256sums = 16bd4d64b12fc3f8276fe37985f2b0f5443317c882937ab5e0b583a3a9eed298
- sha256sums = d9853eef3735366b1f11716023391dfb558705a41120c0bc1c22652e19493eaf
+ sha256sums = 5fe4b824d3dc6c800682ff986333ec09edb9c27582066e928b1862b4d58212e3
+ sha256sums = 8b6c06deb37fb1efac692d8625eccc91e9c8cc7287872cf09c3ed63bb853d0dc
pkgname = mingw-w64-qt5-location
diff --git a/0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch b/0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
index defbfebcc510..f27695d8d30a 100644
--- a/0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
+++ b/0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
@@ -1,4 +1,4 @@
-From 6ab74f5ec78011406d15c9676e48595673dedbd5 Mon Sep 17 00:00:00 2001
+From f567b98992c084a2fd54eb9aaa714809b9265760 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Thu, 22 Dec 2016 22:30:59 +0100
Subject: [PATCH] Ensure static 3rdparty libs are linked correctly
@@ -23,5 +23,5 @@ index dec1149b..ad57a5c5 100644
plugin.json \
qmldir
--
-2.23.0
+2.24.0
diff --git a/PKGBUILD b/PKGBUILD
index 4a0bc0257eab..b1a9970259e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _mapboxcfg='QT.global.disabled_features+=geoservices_mapboxgl'
_qt_module=qtlocation
pkgname=mingw-w64-qt5-location
-pkgver=5.13.1
+pkgver=5.13.2
pkgrel=1
arch=('any')
pkgdesc='Provides access to position, satellite and area monitoring classes (mingw-w64)'
@@ -27,8 +27,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-Ensure-static-3rdparty-libs-are-linked-correctly.patch')
-sha256sums=('16bd4d64b12fc3f8276fe37985f2b0f5443317c882937ab5e0b583a3a9eed298'
- 'd9853eef3735366b1f11716023391dfb558705a41120c0bc1c22652e19493eaf')
+sha256sums=('5fe4b824d3dc6c800682ff986333ec09edb9c27582066e928b1862b4d58212e3'
+ '8b6c06deb37fb1efac692d8625eccc91e9c8cc7287872cf09c3ed63bb853d0dc')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \