Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-wayland
Commits:
81b18a3e by Antonio Rojas at 2024-09-27T18:36:55+02:00
upgpkg: 6.7.3-1: Qt 6.7.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-wayland
pkgdesc = Provides APIs for Wayland
- pkgver = 6.7.2
- pkgrel = 4
+ pkgver = 6.7.3
+ pkgrel = 1
url = https://www.qt.io
arch = x86_64
groups = qt6
@@ -19,7 +19,7 @@ pkgbase = qt6-wayland
depends = qt6-base
depends = qt6-declarative
depends = wayland
- source = git+https://code.qt.io/qt/qtwayland#tag=v6.7.2
- sha256sums =
b6153c2d65c3be61905802f3598ec96bad012799737681c5cc5f83c907612435
+ source = git+https://code.qt.io/qt/qtwayland#tag=v6.7.3
+ sha256sums =
3a92357c143e981b3eda636fb07bf4057805c83bfe732cc6634fb26a219a80a9
pkgname = qt6-wayland
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-wayland
-pkgver=6.7.2
-pkgrel=4
+pkgver=6.7.3
+pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@@ -22,7 +22,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
-sha256sums=('b6153c2d65c3be61905802f3598ec96bad012799737681c5cc5f83c907612435')
+sha256sums=('3a92357c143e981b3eda636fb07bf4057805c83bfe732cc6634fb26a219a80a9')
prepare() {
cd $_pkgfn
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/commit/81b18a3ea093d8d01d6efe29106caee9f7ac7305
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/commit/81b18a3ea093d8d01d6efe29106caee9f7ac7305
You're receiving this email because of your account on gitlab.archlinux.org.