Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-virtualkeyboard
Commits: 13dd54ab by Antonio Rojas at 2023-09-19T08:43:36+02:00 Revert "upgpkg: 6.6.0beta4-1: kde-unstable" This reverts commit 880df7cb9ae319a7e207e7a36db6f7da44fd6b86. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-virtualkeyboard -_qtver=6.6.0-beta4 +_qtver=6.5.2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -13,8 +13,8 @@ depends=(qt6-declarative qt6-svg hunspell) makedepends=(cmake ninja) groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('18e3219eb04ef8d10a032ced2d141ab0d88f528d28d4c1c4b3cb3f8d85cefd3f') +source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) +sha256sums=('0570e0387e22a526b8ff735355ca8f09347501b71f7ae2166b60a81a40626269') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-virtualkeyboard/-/commit/13dd54ab014e541c5584afc8f900ce984424fab8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-virtualkeyboard/-/commit/13dd54ab014e541c5584afc8f900ce984424fab8 You're receiving this email because of your account on gitlab.archlinux.org.
