summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-05-29 00:05:52 +0200
committerMartchus2024-05-29 00:05:52 +0200
commitdb77e2df73510951de71a142b1af8b26077a4893 (patch)
tree5ae2daedfbde05c0be395cb52007568e75912302
parent70d07c32f74f93275497f9595251bc4d5283e810 (diff)
downloadaur-mingw-w64-qt5-location-static.tar.gz
Update to 5.15.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
-rw-r--r--qtlocation-sha256.txt2
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b26584f135ba..b4626acdefa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-location-static
pkgdesc = Provides access to position, satellite and area monitoring classes (mingw-w64)
- pkgver = 5.15.13+kde+r6
+ pkgver = 5.15.14+kde+r7
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -18,7 +18,7 @@ pkgbase = mingw-w64-qt5-location-static
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qtlocation#commit=c576985da4e6a4a0b85d5229263777e7197494e0
- sha256sums = 3454c9364fc70d3639ad447f46429ef78305b76b65e94f3ccaf2689b3f401e80
+ source = git+https://invent.kde.org/qt/qt/qtlocation#commit=3beb9c810611337fde61d89aa981e9f177a9ede9
+ sha256sums = dc670dfa97df6934114d5e85db5ebfbbe892cd6f17e7b3ff478d9dd6e9e0d4f8
pkgname = mingw-w64-qt5-location-static
diff --git a/PKGBUILD b/PKGBUILD
index 5f16c0c9c77e..b0e47c3bcb94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,23 +15,23 @@ _additional_qmake_args+='-- -no-feature-geoservices_mapbox -no-feature-geoservic
_qt_module=qtlocation
pkgname=mingw-w64-qt5-location-static
-pkgver=5.15.13
+pkgver=5.15.14
pkgrel=1
arch=('any')
pkgdesc='Provides access to position, satellite and area monitoring classes (mingw-w64)'
depends=('mingw-w64-qt5-base-static' 'mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
-_commit=c576985da4e6a4a0b85d5229263777e7197494e0
+_commit=3beb9c810611337fde61d89aa981e9f177a9ede9
_basever=${pkgver%%+*}
-pkgver+=+kde+r6
+pkgver+=+kde+r7
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')
url='https://www.qt.io/'
_pkgfqn=${_qt_module}
source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('3454c9364fc70d3639ad447f46429ef78305b76b65e94f3ccaf2689b3f401e80')
+sha256sums=('dc670dfa97df6934114d5e85db5ebfbbe892cd6f17e7b3ff478d9dd6e9e0d4f8')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
@@ -55,7 +55,7 @@ build() {
msg2 "Building ${_config##*=} version for ${_arch}"
mkdir -p build-${_arch}-${_config##*=} && pushd build-${_arch}-${_config##*=}
${_arch}-qmake-qt5 ../${_qt_module}.pro ${_config} ${_additional_qmake_args}
- make -j$(nproc)
+ make
popd
done
done
@@ -68,7 +68,7 @@ package() {
for _config in "${_configurations[@]}"; do
pushd build-${_arch}-${_config##*=}
- make -j$(nproc) INSTALL_ROOT="$pkgdir" install
+ make INSTALL_ROOT="$pkgdir" install
# use prl files from build directory since installed prl files seem to have incorrect QMAKE_PRL_LIBS_FOR_CMAKE
if [[ -d 'lib' ]]; then
diff --git a/qtlocation-sha256.txt b/qtlocation-sha256.txt
index 4acf33bc07d2..77a4fc5ea258 100644
--- a/qtlocation-sha256.txt
+++ b/qtlocation-sha256.txt
@@ -1 +1 @@
-3454c9364fc70d3639ad447f46429ef78305b76b65e94f3ccaf2689b3f401e80
+dc670dfa97df6934114d5e85db5ebfbbe892cd6f17e7b3ff478d9dd6e9e0d4f8