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