Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-imageformats
Commits: a85ead82 by Antonio Rojas at 2023-12-27T00:15:44+01:00 Revert beta update - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-imageformats -_qtver=6.7.0-beta1 +_qtver=6.6.1 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -21,8 +21,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=('0637e5319c387dd052e54ef8c208109d1084b26c3e719e8dde0b146b11542736') +source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) +sha256sums=('ac4ed08950072e375be662cfa64fdb447dd6e935cf29c56a4128d1500492188f') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-imageformats/-/commit/a85ead82ee15eb68c6318216525327e921620ca8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-imageformats/-/commit/a85ead82ee15eb68c6318216525327e921620ca8 You're receiving this email because of your account on gitlab.archlinux.org.
