extra/qt6-base to 6.7.2-1

This commit is contained in:
Kevin Mihelich 2024-06-24 10:34:22 +00:00
parent 4d74225776
commit ebc145a5c4
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = qt6-base
pkgdesc = A cross-platform application and UI framework
pkgver = 6.7.1
pkgrel = 4
pkgver = 6.7.2
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.7.1
source = git+https://code.qt.io/qt/qtbase#tag=v6.7.2
source = qt6-base-cflags.patch
source = qt6-base-nostrip.patch
sha256sums = bc68440a69a331b6b79b3c36acc8346b5dc0aad1b53536fe363860af31dd494b
sha256sums = 9ca28c2614cc755c65e1f817e61cb3b88549f46300d84ed34faf01717f8c24e5
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.7.1
depends = qt6-base=6.7.2
optdepends =

View file

@ -9,8 +9,8 @@
pkgbase=qt6-base
pkgname=(qt6-base
qt6-xcb-private-headers)
pkgver=6.7.1
pkgrel=4
pkgver=6.7.2
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@ -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=('bc68440a69a331b6b79b3c36acc8346b5dc0aad1b53536fe363860af31dd494b'
sha256sums=('9ca28c2614cc755c65e1f817e61cb3b88549f46300d84ed34faf01717f8c24e5'
'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')