git » qt5-location.git » commit bd4c8e7

upgpkg: 5.15.13+kde+r7-1: Bump revision

author Antonio Rojas
2024-05-10 06:32:11 UTC
committer Antonio Rojas
2024-05-10 06:32:11 UTC
parent 1a24e3f4af5e41eee9048664a8e53caf33b9172e

upgpkg: 5.15.13+kde+r7-1: Bump revision

.SRCINFO +4 -4
PKGBUILD +4 -6

diff --git a/.SRCINFO b/.SRCINFO
index da6de08..26efa21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = qt5-location
 	pkgdesc = Provides access to position, satellite and area monitoring classes
-	pkgver = 5.15.13+kde+r6
-	pkgrel = 2
+	pkgver = 5.15.13+kde+r7
+	pkgrel = 1
 	url = https://www.qt.io
 	arch = x86_64
 	groups = qt5
@@ -11,9 +11,9 @@ pkgbase = qt5-location
 	license = custom
 	makedepends = git
 	depends = qt5-declarative
-	source = kde-qtlocation::git+https://invent.kde.org/qt/qt/qtlocation#commit=c576985da4e6a4a0b85d5229263777e7197494e0
+	source = kde-qtlocation::git+https://invent.kde.org/qt/qt/qtlocation#commit=a97ab17b6283806be855617d5cf7cfa286d506e8
 	source = git+https://invent.kde.org/qt/qt/qtlocation-mapboxgl.git
-	sha256sums = 3454c9364fc70d3639ad447f46429ef78305b76b65e94f3ccaf2689b3f401e80
+	sha256sums = b99e40071f8630897857d9b4007f2028bda804a6ef5a086f05d67f97e6dc1536
 	sha256sums = SKIP
 
 pkgname = qt5-location
diff --git a/PKGBUILD b/PKGBUILD
index e17e8c2..cab7157 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
 
 pkgname=qt5-location
 _basever=5.15.13
-pkgver=5.15.13+kde+r6
-pkgrel=2
-_commit=c576985da4e6a4a0b85d5229263777e7197494e0
+pkgver=5.15.13+kde+r7
+pkgrel=1
+_commit=a97ab17b6283806be855617d5cf7cfa286d506e8
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -16,7 +16,7 @@ groups=('qt5')
 _pkgfqn=${pkgname/5-/}
 source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
         git+https://invent.kde.org/qt/qt/qtlocation-mapboxgl.git)
-sha256sums=('3454c9364fc70d3639ad447f46429ef78305b76b65e94f3ccaf2689b3f401e80'
+sha256sums=('b99e40071f8630897857d9b4007f2028bda804a6ef5a086f05d67f97e6dc1536'
             'SKIP')
 
 pkgver() {
@@ -31,8 +31,6 @@ prepare() {
   git submodule init
   git submodule set-url src/3rdparty/mapbox-gl-native "$srcdir"/qtlocation-mapboxgl
   git -c protocol.file.allow=always submodule update
-
-  sed -e 's|c++14|c++17|g' -e '/c++1z/d' -i src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro
 }
 
 build() {