* update qt6-5compat to 6.8.2-1

This commit is contained in:
Alexander Baldeck 2025-02-11 07:24:27 +01:00
parent 47f275a526
commit d8b7d1b9b6
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = qt6-5compat
pkgdesc = Module that contains unsupported Qt 5 APIs
pkgver = 6.8.1
pkgver = 6.8.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@ -23,7 +23,7 @@ pkgbase = qt6-5compat
depends = qt6-base
depends = qt6-shadertools
optdepends = qt6-declarative: for QtGraphicalEffects
source = git+https://code.qt.io/qt/qt5compat#tag=v6.8.1
sha256sums = f65ac3c960d1afcad3f7f795632207c3e6ebecd014974de658b03fd8f668922a
source = git+https://code.qt.io/qt/qt5compat#tag=v6.8.2
sha256sums = e320479c521f7b4ed6399f30ef0a8fae118ab46b4d04752b1a094ff876fae47e
pkgname = qt6-5compat

View File

@ -4,8 +4,8 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=qt6-5compat
_pkgver=6.8.1
pkgver=6.8.1
_pkgver=6.8.2
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.qt.io'
@ -27,7 +27,7 @@ optdepends=('qt6-declarative: for QtGraphicalEffects')
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('f65ac3c960d1afcad3f7f795632207c3e6ebecd014974de658b03fd8f668922a')
sha256sums=('e320479c521f7b4ed6399f30ef0a8fae118ab46b4d04752b1a094ff876fae47e')
build() {
cmake -B build -S $_pkgfn -G Ninja \