Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-base
Commits:
090a9a0f by Antonio Rojas at 2025-03-26T19:33:05+01:00
upgpkg: 6.8.3-1: Qt 6.8.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-base
pkgdesc = A cross-platform application and UI framework
- pkgver = 6.8.2
- pkgrel = 3
+ pkgver = 6.8.3
+ pkgrel = 1
url = https://www.qt.io
arch = x86_64
groups = qt6
@@ -76,10 +76,10 @@ pkgbase = qt6-base
optdepends = postgresql-libs: PostgreSQL driver
optdepends = qt6-wayland: to run Qt6 applications in a Wayland session
optdepends = unixodbc: ODBC driver
- source = git+https://code.qt.io/qt/qtbase#tag=v6.8.2
+ source = git+https://code.qt.io/qt/qtbase#tag=v6.8.3
source = qt6-base-cflags.patch
source = qt6-base-nostrip.patch
- sha256sums =
fe2195b563f33d6de95c164e891aa01bc34f5bd63a4c34e901b1c61d2f8ea1e5
+ sha256sums =
4bc38a3f520493734c295986f6e384b05111b1455f94403b51a38053d191e5a9
sha256sums =
5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78
sha256sums =
4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094
@@ -133,5 +133,5 @@ pkgname = qt6-base
pkgname = qt6-xcb-private-headers
pkgdesc = Private headers for Qt6 Xcb
groups =
- depends = qt6-base=6.8.2
+ depends = qt6-base=6.8.3
optdepends =
=====================================
PKGBUILD
=====================================
@@ -5,9 +5,9 @@
pkgbase=qt6-base
pkgname=(qt6-base
qt6-xcb-private-headers)
-_pkgver=6.8.2
+_pkgver=6.8.3
pkgver=${_pkgver/-/}
-pkgrel=3
+pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL-3.0-only
@@ -87,7 +87,7 @@ _pkgfn=${pkgbase/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver
qt6-base-cflags.patch
qt6-base-nostrip.patch)
-sha256sums=('fe2195b563f33d6de95c164e891aa01bc34f5bd63a4c34e901b1c61d2f8ea1e5'
+sha256sums=('4bc38a3f520493734c295986f6e384b05111b1455f94403b51a38053d191e5a9'
'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/090a9a0f74b135cbf95a3aa41e3593fc0ba7ac25
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/090a9a0f74b135cbf95a3aa41e3593fc0ba7ac25
You're receiving this email because of your account on gitlab.archlinux.org.