Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-positioning
Commits:
27960454 by Antonio Rojas at 2025-11-20T21:22:11+01:00
upgpkg: 6.10.1-1: Qt 6.10.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-positioning
pkgdesc = Provides access to position, satellite and area monitoring
classes
- pkgver = 6.10.0
+ pkgver = 6.10.1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = qt6-positioning
optdepends = geoclue: geoclue2 plugin
optdepends = qt6-declarative: QML bindings
optdepends = qt6-serialport: NMEA plugin
- source = git+https://code.qt.io/qt/qtpositioning#tag=v6.10.0
- sha256sums =
fc7fb205cae3e8e0efe2f1b87a5357c018e93bc131bede64c4d851963607a8cd
+ source = git+https://code.qt.io/qt/qtpositioning#tag=v6.10.1
+ sha256sums =
2ab6129278ea818d405116c21a89b99f9438e57dc7e13c3df4fd0de97f6609b1
pkgname = qt6-positioning
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-positioning
-_pkgver=6.10.0
+_pkgver=6.10.1
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -26,7 +26,7 @@ optdepends=('geoclue: geoclue2 plugin'
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('fc7fb205cae3e8e0efe2f1b87a5357c018e93bc131bede64c4d851963607a8cd')
+sha256sums=('2ab6129278ea818d405116c21a89b99f9438e57dc7e13c3df4fd0de97f6609b1')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-positioning/-/commit/27960454353c74b1d4ffdbf53d4c11d960da93d5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-positioning/-/commit/27960454353c74b1d4ffdbf53d4c11d960da93d5
You're receiving this email because of your account on gitlab.archlinux.org.