Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-serialbus
Commits: 447cc0bf by Antonio Rojas at 2023-09-19T08:43:33+02:00 Revert "upgpkg: 6.6.0beta4-1: kde-unstable" This reverts commit ae2c17881f4be2ace9603b58732314413d5733eb. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-serialbus -_qtver=6.6.0-beta4 +_qtver=6.5.2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -13,8 +13,8 @@ depends=(qt6-serialport) 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=('b761e48d773c582e359f072d1654eba7ca8f74759a81fa5baac0cf614ee53b47') +source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) +sha256sums=('f0426307cdc185547ad6331a670187d180cce4c11254d6a26aa997fe03b7cdfe') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-serialbus/-/commit/447cc0bf3aaf36d4bc89744e8d7cfe6061fc4968 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-serialbus/-/commit/447cc0bf3aaf36d4bc89744e8d7cfe6061fc4968 You're receiving this email because of your account on gitlab.archlinux.org.
