Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-location
Commits:
2cbcdb39 by Antonio Rojas at 2025-11-20T21:26:39+01:00
upgpkg: 6.10.1-1: Qt 6.10.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-location
pkgdesc = Helps you create viable mapping solutions using the data
available from some of the popular location services
- pkgver = 6.10.0
+ pkgver = 6.10.1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = qt6-location
depends = qt6-base
depends = qt6-declarative
depends = qt6-positioning
- source = git+https://code.qt.io/qt/qtlocation#tag=v6.10.0
- sha256sums =
56efe62fc901f58a7be17e57a89f31b0da2ad1358979c5ca7e5c2c00e69c2c6f
+ source = git+https://code.qt.io/qt/qtlocation#tag=v6.10.1
+ sha256sums =
cbc35ca25c3510b5cb74e6245fe99161b21a74f31b76310fb80adc97f80a8a97
pkgname = qt6-location
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-location
-_pkgver=6.10.0
+_pkgver=6.10.1
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -23,7 +23,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('56efe62fc901f58a7be17e57a89f31b0da2ad1358979c5ca7e5c2c00e69c2c6f')
+sha256sums=('cbc35ca25c3510b5cb74e6245fe99161b21a74f31b76310fb80adc97f80a8a97')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-location/-/commit/2cbcdb3923afb26f688da039180e3e8092b40c57
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-location/-/commit/2cbcdb3923afb26f688da039180e3e8092b40c57
You're receiving this email because of your account on gitlab.archlinux.org.