summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-12-11 18:57:56 +0000
committerMartchus2018-12-11 18:57:56 +0000
commit3d64ea3db77ae5bf516e41f433cd307a93084ba1 (patch)
treef333c3bf64bc7ec499d438fe1276e9573e0fa586
parent7adf19c381636820de1ddcd0dfe8975af06cead2 (diff)
downloadaur-3d64ea3db77ae5bf516e41f433cd307a93084ba1.tar.gz
Update to 5.12.0
-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 65f25a81f457..1a7054d8424f 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.2
+ pkgver = 5.12.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.11/5.11.2/submodules/qtlocation-everywhere-src-5.11.2.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.0/submodules/qtlocation-everywhere-src-5.12.0.tar.xz
source = 0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
- sha256sums = d698911edfb2d45b7adca6557b3de880e966cb8823a8adf1beb3a3079560024e
- sha256sums = 0f396229f438d52fc7791a6e90ae8ceca1aff8029547c8af1f36875e06ab089b
+ sha256sums = b0a3134df3a00f6045405d3c12e0ea3ae7e640feaf38e238873df85424674449
+ sha256sums = 68fdecb9e6f22787acea4bcfe2ad54f23ee07b80ee3b39935ca9ec0099874e28
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 c2e1dc2d6fb5..02ec2673055a 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 c885597f8f9a1cccf8a073fc6441a34648b9cab1 Mon Sep 17 00:00:00 2001
+From 5b603c0f29a881800c7e1144b1439b9666814413 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.19.0
+2.19.2
diff --git a/PKGBUILD b/PKGBUILD
index 01d6a8a328a3..01cfbfed6e17 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.2
+pkgver=5.12.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=('d698911edfb2d45b7adca6557b3de880e966cb8823a8adf1beb3a3079560024e'
- '0f396229f438d52fc7791a6e90ae8ceca1aff8029547c8af1f36875e06ab089b')
+sha256sums=('b0a3134df3a00f6045405d3c12e0ea3ae7e640feaf38e238873df85424674449'
+ '68fdecb9e6f22787acea4bcfe2ad54f23ee07b80ee3b39935ca9ec0099874e28')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \