Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-positioning
Commits:
df0943cd by Antonio Rojas at 2025-03-26T19:34:57+01:00
upgpkg: 6.8.3-1: Qt 6.8.3
- - - - -
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.8.2
+ pkgver = 6.8.3
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.8.2
- sha256sums =
a58e90512c0b8bf9a1d6514d5838d987b38ebefd3ba33f41e7d1a38d7299718c
+ source = git+https://code.qt.io/qt/qtpositioning#tag=v6.8.3
+ sha256sums =
4ca6e066a1082212da53f3f0b9ce170a16a53636e92d33cf412b81ffa6880a3c
pkgname = qt6-positioning
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-positioning
-_pkgver=6.8.2
+_pkgver=6.8.3
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=('a58e90512c0b8bf9a1d6514d5838d987b38ebefd3ba33f41e7d1a38d7299718c')
+sha256sums=('4ca6e066a1082212da53f3f0b9ce170a16a53636e92d33cf412b81ffa6880a3c')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-positioning/-/commit/df0943cd2735c8572b937cf8be3476bc797d0446
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-positioning/-/commit/df0943cd2735c8572b937cf8be3476bc797d0446
You're receiving this email because of your account on gitlab.archlinux.org.