summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-05-29 00:05:52 +0200
committerMartchus2024-05-29 00:05:52 +0200
commit1ff54029dd54c651f99786cc4bf993c1996b961e (patch)
tree5d255aa1b23ce7a83df44d1612f7bc084895fd4d
parent32eeefbf7ac8c3eaaddbc98dc49e8d7bed3d858a (diff)
downloadaur-1ff54029dd54c651f99786cc4bf993c1996b961e.tar.gz
Update to 5.15.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
-rw-r--r--PKGBUILD.sh.ep2
-rw-r--r--qtlocation-sha256.txt2
4 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 576c83cd7204..c0a94597ce14 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.15.13+kde+r6
+ pkgver = 5.15.14+kde+r7
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-qt5-location
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
diff --git a/PKGBUILD b/PKGBUILD
index 127a0d3a77dd..4547994e92a0 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
-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' 'mingw-w64-qt5-declarative')
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'
@@ -54,7 +54,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
@@ -67,7 +67,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/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 8ef64e7d7040..5ef88f60d6cb 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -12,7 +12,7 @@ _additional_qmake_args+='-- -no-feature-geoservices_mapbox -no-feature-geoservic
% end
\
-pkgver=5.15.13
+pkgver=5.15.14
pkgrel=1
arch=('any')
pkgdesc='Provides access to position, satellite and area monitoring classes (mingw-w64)'
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