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