summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-06-25 14:48:08 +0200
committerMartchus2018-06-25 14:48:08 +0200
commit2c7e047ab2ed04011bd63c42792a394801084648 (patch)
tree67104a9d43f23da728f3244b6fc46d6cbf3a3b9e
parent06c8be46955671a9c57b1e985dda0abab0e13b52 (diff)
downloadaur-2c7e047ab2ed04011bd63c42792a394801084648.tar.gz
Update to 5.11.1
-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 f81170cd0d9a..909a1043527e 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.11.0
+ pkgver = 5.11.1
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.11/5.11.0/submodules/qtlocation-everywhere-src-5.11.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtlocation-everywhere-src-5.11.1.tar.xz
source = 0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
- sha256sums = 28f6911e3f00173005c0348c0b59f45e59ccda7feae724b1a6b8929021968c1c
- sha256sums = cfbaa9be5e71f51e4eaa4848052cd90cea105f06e3b7444c170477822b7b4b10
+ sha256sums = 172c9a39e8267739e20d60bda45de3db02b13163245776bdc696d8c5ab5f790f
+ sha256sums = 875bbeb35dbc2cc0b6a3c1fb2677f25f4e1e4f64cb803b03154d7954c4a330f6
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 5a29efcf8497..dcdb1bcd70e2 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 7f6bb0791dbd8352c5485f307ccf05e5a9438699 Mon Sep 17 00:00:00 2001
+From bd9e3a4542b9f4e4a05f78584f4f8e34cfe37e58 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.17.0
+2.18.0
diff --git a/PKGBUILD b/PKGBUILD
index 44bc1f1bb718..e50b3638baba 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.11.0
+pkgver=5.11.1
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=('28f6911e3f00173005c0348c0b59f45e59ccda7feae724b1a6b8929021968c1c'
- 'cfbaa9be5e71f51e4eaa4848052cd90cea105f06e3b7444c170477822b7b4b10')
+sha256sums=('172c9a39e8267739e20d60bda45de3db02b13163245776bdc696d8c5ab5f790f'
+ '875bbeb35dbc2cc0b6a3c1fb2677f25f4e1e4f64cb803b03154d7954c4a330f6')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \