summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-02-09 21:00:40 +0100
committerMartchus2017-02-09 21:00:40 +0100
commitc2cfa93ed479c7f9f187981e4f78de66dc0553fd (patch)
tree06307e96e56161e469f3f161ea83621cbba712f1
parent25075862496929be68ad5ea739af44e3df93d601 (diff)
downloadaur-c2cfa93ed479c7f9f187981e4f78de66dc0553fd.tar.gz
Update to 5.8.0
-rw-r--r--.SRCINFO12
-rw-r--r--0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch2
-rw-r--r--PKGBUILD12
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd6f6494e85c..09b88a4013b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Sat Dec 24 12:06:46 UTC 2016
+# Thu Feb 9 20:00:39 UTC 2017
pkgbase = mingw-w64-qt5-location
pkgdesc = Provides access to position, satellite and area monitoring classes (mingw-w64)
- pkgver = 5.7.1
+ pkgver = 5.8.0
pkgrel = 1
url = https://www.qt.io/
arch = any
- groups = mingw-w64-qt
groups = mingw-w64-qt5
license = GPL3
license = LGPL
license = FDL
license = custom
makedepends = mingw-w64-gcc
+ makedepends = mingw-w64-pkg-config
makedepends = mingw-w64-qt5-base-static
depends = mingw-w64-qt5-base
depends = mingw-w64-qt5-declarative
@@ -20,10 +20,10 @@ pkgbase = mingw-w64-qt5-location
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtlocation-opensource-src-5.7.1.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qtlocation-opensource-src-5.8.0.tar.xz
source = 0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
- md5sums = e08b12addd6b9d995fdf059c5c9e04b3
- md5sums = 97be1c13fddd5b68d1d3e532771b667e
+ md5sums = 2077d5d6f926087614c9e94021019c0e
+ md5sums = 5c0aeb724cfefeb3e7852c2c35d50fce
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 fde81eca827b..8436089ea6da 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 b06f0c0bd0f125a9abf6f85d585445de0bdb396e Mon Sep 17 00:00:00 2001
+From f6a900bbfcb931b1d8d2771dcf4438671d94dfc6 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
diff --git a/PKGBUILD b/PKGBUILD
index 917d8dad12b9..dd2eb3d9a7fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,21 +9,21 @@
_qt_module=qtlocation
pkgname=mingw-w64-qt5-location
-pkgver=5.7.1
+pkgver=5.8.0
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')
-makedepends=('mingw-w64-gcc')
-options=(!strip !buildflags staticlibs)
-groups=(mingw-w64-qt mingw-w64-qt5)
+makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
+options=('!strip' '!buildflags' 'staticlibs')
+groups=('mingw-w64-qt5')
license=('GPL3' 'LGPL' 'FDL' 'custom')
url='https://www.qt.io/'
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
'0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch')
-md5sums=('e08b12addd6b9d995fdf059c5c9e04b3'
- '97be1c13fddd5b68d1d3e532771b667e')
+md5sums=('2077d5d6f926087614c9e94021019c0e'
+ '5c0aeb724cfefeb3e7852c2c35d50fce')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \