summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-12-24 22:48:24 +0100
committerMartchus2019-12-24 22:48:24 +0100
commitaf2ac972bd22b9c23633f798f1efe255f8aa5537 (patch)
tree871822e85e8b91674b604bbcc5a887d48994d57d
parenta4365b264ec6d985be3a81441ab7d7a0c58f81cc (diff)
downloadaur-af2ac972bd22b9c23633f798f1efe255f8aa5537.tar.gz
Update to 5.14.0
-rw-r--r--.SRCINFO8
-rw-r--r--0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch6
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b242076e6f0..0eaca1a405c6 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.2
+ pkgver = 5.14.0
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.2/submodules/qtlocation-everywhere-src-5.13.2.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.14/5.14.0/submodules/qtlocation-everywhere-src-5.14.0.tar.xz
source = 0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
- sha256sums = 5fe4b824d3dc6c800682ff986333ec09edb9c27582066e928b1862b4d58212e3
- sha256sums = 8b6c06deb37fb1efac692d8625eccc91e9c8cc7287872cf09c3ed63bb853d0dc
+ sha256sums = 87906fd100dd93ed495a4db2c435dcfab073d399ea11d5e18727cc782fac4cd1
+ sha256sums = aa8551a7c6721ac98ebe2b3231cdf1d9d78fc0181409a31c9dd1d038afca50f6
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 f27695d8d30a..bef9ca81d19a 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 f567b98992c084a2fd54eb9aaa714809b9265760 Mon Sep 17 00:00:00 2001
+From 2a7e4a9cdb88f7f9df23fcd4fd190e0faf301725 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
@@ -9,7 +9,7 @@ Not sure whether this is still required in Qt 5.9.0
1 file changed, 3 insertions(+)
diff --git a/src/imports/location/location.pro b/src/imports/location/location.pro
-index dec1149b..ad57a5c5 100644
+index 40605806..fa82a012 100644
--- a/src/imports/location/location.pro
+++ b/src/imports/location/location.pro
@@ -5,6 +5,9 @@ SOURCES += \
@@ -23,5 +23,5 @@ index dec1149b..ad57a5c5 100644
plugin.json \
qmldir
--
-2.24.0
+2.24.1
diff --git a/PKGBUILD b/PKGBUILD
index b1a9970259e3..82ad308c4c05 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.2
+pkgver=5.14.0
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=('5fe4b824d3dc6c800682ff986333ec09edb9c27582066e928b1862b4d58212e3'
- '8b6c06deb37fb1efac692d8625eccc91e9c8cc7287872cf09c3ed63bb853d0dc')
+sha256sums=('87906fd100dd93ed495a4db2c435dcfab073d399ea11d5e18727cc782fac4cd1'
+ 'aa8551a7c6721ac98ebe2b3231cdf1d9d78fc0181409a31c9dd1d038afca50f6')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \