mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt6-base to 6.7.3-1
This commit is contained in:
parent
90730d8133
commit
9ec112744e
2 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = qt6-base
|
||||
pkgdesc = A cross-platform application and UI framework
|
||||
pkgver = 6.7.2
|
||||
pkgrel = 2
|
||||
pkgver = 6.7.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.7.2
|
||||
source = git+https://code.qt.io/qt/qtbase#tag=v6.7.3
|
||||
source = qt6-base-cflags.patch
|
||||
source = qt6-base-nostrip.patch
|
||||
sha256sums = 9ca28c2614cc755c65e1f817e61cb3b88549f46300d84ed34faf01717f8c24e5
|
||||
sha256sums = 3da3df07b4bbd6a963af0c975ab6ff18c8c0aa73454048b0318899362c4adab9
|
||||
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.2
|
||||
depends = qt6-base=6.7.3
|
||||
optdepends =
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
pkgbase=qt6-base
|
||||
pkgname=(qt6-base
|
||||
qt6-xcb-private-headers)
|
||||
pkgver=6.7.2
|
||||
pkgrel=2
|
||||
pkgver=6.7.3
|
||||
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=('9ca28c2614cc755c65e1f817e61cb3b88549f46300d84ed34faf01717f8c24e5'
|
||||
sha256sums=('3da3df07b4bbd6a963af0c975ab6ff18c8c0aa73454048b0318899362c4adab9'
|
||||
'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
|
||||
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
|
||||
|
||||
|
|
Loading…
Reference in a new issue