summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-02-05 21:22:26 +0100
committerMartchus2019-02-05 21:22:26 +0100
commitd8e363d68adbd36207aca99459292617cd609ee3 (patch)
treed9ec87afc20d109ab45d5f56ac784d19ef611057
parent3666329bf6da7a5e89ddaf22b4d2efe00f5bed67 (diff)
downloadaur-d8e363d68adbd36207aca99459292617cd609ee3.tar.gz
Update to 5.12.1
-rw-r--r--.SRCINFO10
-rw-r--r--0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch4
-rw-r--r--PKGBUILD8
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 729962e4c9cb..3961697772b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-qt5-location
pkgdesc = Provides access to position, satellite and area monitoring classes (mingw-w64)
- pkgver = 5.12.0
- pkgrel = 2
+ pkgver = 5.12.1
+ pkgrel = 1
url = https://www.qt.io/
arch = any
groups = mingw-w64-qt5
@@ -18,10 +18,10 @@ pkgbase = mingw-w64-qt5-location
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.12/5.12.0/submodules/qtlocation-everywhere-src-5.12.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtlocation-everywhere-src-5.12.1.tar.xz
source = 0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
- sha256sums = b0a3134df3a00f6045405d3c12e0ea3ae7e640feaf38e238873df85424674449
- sha256sums = 68fdecb9e6f22787acea4bcfe2ad54f23ee07b80ee3b39935ca9ec0099874e28
+ sha256sums = 8b922373e6eefd1b0e2a993dbf3d0b3f3df777bc720d40cad3ccb46e1936bc50
+ sha256sums = c818be73a38a61f07b77663c0f525a26dd2296d7eec5c50bead9ab86e01fc87a
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 02ec2673055a..f9dfaaaa48fc 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 5b603c0f29a881800c7e1144b1439b9666814413 Mon Sep 17 00:00:00 2001
+From 1caa80ef688a4e1c4274ccc825b537fef0564af3 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.2
+2.20.1
diff --git a/PKGBUILD b/PKGBUILD
index 992a82784cdc..16eca99d69de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ _mapboxcfg='QT.global.disabled_features+=geoservices_mapboxgl'
_qt_module=qtlocation
pkgname=mingw-w64-qt5-location
-pkgver=5.12.0
-pkgrel=2
+pkgver=5.12.1
+pkgrel=1
arch=('any')
pkgdesc='Provides access to position, satellite and area monitoring classes (mingw-w64)'
depends=('mingw-w64-qt5-base' 'mingw-w64-qt5-declarative')
@@ -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=('b0a3134df3a00f6045405d3c12e0ea3ae7e640feaf38e238873df85424674449'
- '68fdecb9e6f22787acea4bcfe2ad54f23ee07b80ee3b39935ca9ec0099874e28')
+sha256sums=('8b922373e6eefd1b0e2a993dbf3d0b3f3df777bc720d40cad3ccb46e1936bc50'
+ 'c818be73a38a61f07b77663c0f525a26dd2296d7eec5c50bead9ab86e01fc87a')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \