Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-grpc
Commits: 3e409b3e by Antonio Rojas at 2023-12-27T00:14:42+01:00 Revert beta update - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,9 +2,9 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-grpc -_qtver=6.7.0-beta1 +_qtver=6.6.1 pkgver=${_qtver/-/} -pkgrel=1 +pkgrel=2 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -19,8 +19,8 @@ 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=('1fe240da3cfc2961fd3af4ce443967948d508e8b4eb6b2dbb5b2b91c80694382') +source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) +sha256sums=('1c4e45b4277b4e9e1dde9b2ded2f016365b140db9d4ea1a9cb48181d9cd8f0cc') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-grpc/-/commit/3e409b3eb553c454eb68d09b4defe2eed0cb1b09 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-grpc/-/commit/3e409b3eb553c454eb68d09b4defe2eed0cb1b09 You're receiving this email because of your account on gitlab.archlinux.org.
