* update qt6-virtualkeyboard to 6.8.2-1

This commit is contained in:
Alexander Baldeck 2025-02-11 21:15:31 +01:00
parent c20b5bdf67
commit f292e14a24
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = qt6-virtualkeyboard
pkgdesc = Virtual keyboard framework
pkgver = 6.8.1
pkgver = 6.8.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@ -23,7 +23,7 @@ pkgbase = qt6-virtualkeyboard
depends = qt6-declarative
depends = qt6-multimedia
depends = qt6-svg
source = git+https://code.qt.io/qt/qtvirtualkeyboard#tag=v6.8.1
sha256sums = 2f19fe35c562f02bac583e8dc430cebbf97346db30c3c2b2e8264c90d5e90dee
source = git+https://code.qt.io/qt/qtvirtualkeyboard#tag=v6.8.2
sha256sums = 7208d3fa13297ad33aee0b51be9520eb53147752082265b801581a97bb2cc9f7
pkgname = qt6-virtualkeyboard

View File

@ -3,8 +3,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=qt6-virtualkeyboard
_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'
@ -26,7 +26,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('2f19fe35c562f02bac583e8dc430cebbf97346db30c3c2b2e8264c90d5e90dee')
sha256sums=('7208d3fa13297ad33aee0b51be9520eb53147752082265b801581a97bb2cc9f7')
build() {
cmake -B build -S $_pkgfn -G Ninja \