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