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