extra/qt6-base to 6.7.1-3

This commit is contained in:
David Beauchamp 2024-05-28 14:53:30 -04:00
parent 098f692db2
commit 5c261be125
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = qt6-base
pkgdesc = A cross-platform application and UI framework
pkgver = 6.7.1
pkgrel = 2
pkgrel = 3
url = https://www.qt.io
arch = x86_64
groups = qt6

View file

@ -10,7 +10,7 @@ pkgbase=qt6-base
pkgname=(qt6-base
qt6-xcb-private-headers)
pkgver=6.7.1
pkgrel=2
pkgrel=3
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@ -97,6 +97,7 @@ prepare() {
cd $_pkgfn
git cherry-pick -n f05cf3f11f4e42e05d069b5d9249d4b9aff41ffe # Fix locale issues
git cherry-pick -n a8ef8ea55014546e0e835cd0eacf694919702a11 # https://bugreports.qt.io/browse/QTBUG-124386
}
build() {