Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-positioning
Commits:
67198699 by Antonio Rojas at 2024-09-27T18:33:19+02:00
upgpkg: 6.7.3-1: Qt 6.7.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.7.2
+ pkgver = 6.7.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.7.2
- sha256sums =
945feadad7ef5d9c003d4c27a6546dd05d8de3e685ca2858fc04e041f7b15086
+ source = git+https://code.qt.io/qt/qtpositioning#tag=v6.7.3
+ sha256sums =
37bb849c8174f35846057f598579a8a52dde2adfebb84ea043829ed567917ebb
pkgname = qt6-positioning
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-positioning
-pkgver=6.7.2
+pkgver=6.7.3
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
@@ -22,7 +22,7 @@ optdepends=('geoclue: geoclue2 plugin'
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
-sha256sums=('945feadad7ef5d9c003d4c27a6546dd05d8de3e685ca2858fc04e041f7b15086')
+sha256sums=('37bb849c8174f35846057f598579a8a52dde2adfebb84ea043829ed567917ebb')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-positioning/-/commit/671986992a5adb05b430fa1794dfed2bbe0c3dc9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-positioning/-/commit/671986992a5adb05b430fa1794dfed2bbe0c3dc9
You're receiving this email because of your account on gitlab.archlinux.org.