Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-webchannel
Commits: 33d14e42 by Antonio Rojas at 2023-09-19T08:32:44+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-webchannel -_qtver=6.5.2 +_qtver=6.6.0-beta4 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -13,8 +13,8 @@ depends=(qt6-declarative) makedepends=(cmake ninja qt6-websockets) groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('c188d9fa6e535b850b574fa9e47c6089555b8df1fe041dcb13aeeca336b78e63') +source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) +sha256sums=('4f9f8c8a6980e089112418e0192ae50019c633215426f3c1c8d3ab2d1108804d') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webchannel/-/commit/33d14e42c241cd1fa367d2282cf3cde923f47d5a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webchannel/-/commit/33d14e42c241cd1fa367d2282cf3cde923f47d5a You're receiving this email because of your account on gitlab.archlinux.org.
