Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-networkauth
Commits:
59d2c976 by Antonio Rojas at 2024-09-27T18:35:51+02:00
upgpkg: 6.7.3-1: Qt 6.7.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-networkauth
pkgdesc = Network authentication module
- pkgver = 6.7.2
+ pkgver = 6.7.3
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = qt6-networkauth
depends = gcc-libs
depends = glibc
depends = qt6-base
- source = git+https://code.qt.io/qt/qtnetworkauth#tag=v6.7.2
- sha256sums =
845c2d5594738260f9fca05660a11e1969a4bece0f204239774e1cbe9712fe78
+ source = git+https://code.qt.io/qt/qtnetworkauth#tag=v6.7.3
+ sha256sums =
0b447a8c7e874dc5cf6c7e1cafcbae1833222930c9b0407def25c882c573128c
pkgname = qt6-networkauth
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-networkauth
-pkgver=6.7.2
+pkgver=6.7.3
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
@@ -18,7 +18,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
-sha256sums=('845c2d5594738260f9fca05660a11e1969a4bece0f204239774e1cbe9712fe78')
+sha256sums=('0b447a8c7e874dc5cf6c7e1cafcbae1833222930c9b0407def25c882c573128c')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-networkauth/-/commit/59d2c976fdc67fb0fa10681291b8d6d92f158dff
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-networkauth/-/commit/59d2c976fdc67fb0fa10681291b8d6d92f158dff
You're receiving this email because of your account on gitlab.archlinux.org.